diff --git a/components/ui/url-field.vue b/components/ui/url-field.vue index f90ef37c..6e48a0fc 100644 --- a/components/ui/url-field.vue +++ b/components/ui/url-field.vue @@ -6,11 +6,27 @@ color: var(--ac-color); font-weight: bold; } +.highlight-TEXT { + overflow: auto; + height: 20px; + word-break: break-all; +} +.highlight-TEXT::-webkit-scrollbar { + display: none; +}