From 47c2b4bbdeb27e0c34da2a2c85afbb81708b4c71 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 30 Oct 2021 13:38:41 +1300 Subject: [PATCH] Add `max-height` to thumbnail preview --- client/homebrew/editor/metadataEditor/metadataEditor.less | 1 + 1 file changed, 1 insertion(+) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index bda501e05..c8e5f643b 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -45,6 +45,7 @@ height : min-content; border : 2px solid white; margin-left : 5px; + max-height : 122px; } } }