From defae3cc3a3745bdba05c0dab2a5221920ddb3c2 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 30 Oct 2021 13:51:28 +1300 Subject: [PATCH] Add overflow control to URL textbox --- client/homebrew/editor/metadataEditor/metadataEditor.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index c8e5f643b..3862dd8ec 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -29,6 +29,10 @@ label{ line-height: 1.1em; } + .value{ + overflow: hidden; + text-overflow: ellipsis; + } button{ border: 1px solid #999; font-size: 20px;