diff --git a/frontend/src/pages/inbounds/InboundInfoModal.vue b/frontend/src/pages/inbounds/InboundInfoModal.vue index 61ce2fcf..321a4342 100644 --- a/frontend/src/pages/inbounds/InboundInfoModal.vue +++ b/frontend/src/pages/inbounds/InboundInfoModal.vue @@ -669,13 +669,40 @@ const showSubscriptionTab = computed( {{ account.user }} : {{ account.pass }} - - - + + + + + + + + + + + + + @@ -897,6 +924,7 @@ const showSubscriptionTab = computed( white-space: normal; word-break: break-all; display: inline-block; + margin-right: 0; } .value-block { @@ -927,6 +955,10 @@ const showSubscriptionTab = computed( flex-shrink: 0; } +.value-copy-dropdown > :global(.ant-btn):first-child { + padding: 0 4px !important; +} + .security-line { display: flex; align-items: center;