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;