From 3b808b6a266cf8257ef5934830479765e022bddf Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 23 Aug 2020 21:41:53 -0500 Subject: [PATCH] SoapboxConfig: .file-picker img max-height --- app/styles/forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/forms.scss b/app/styles/forms.scss index eee0feb4b..582c6bfa6 100644 --- a/app/styles/forms.scss +++ b/app/styles/forms.scss @@ -987,4 +987,5 @@ code { .file-picker img { max-width: 100px; + max-height: 100px; }