From a3d2f844b04d70e955bbcbf8c6efc38296c6b2a1 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sat, 1 May 2021 08:58:46 +0200 Subject: [PATCH] limit img.mimeicon in width --- views/bootstrap4/styles/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/bootstrap4/styles/application.css b/views/bootstrap4/styles/application.css index 32a172223..40a55a08c 100644 --- a/views/bootstrap4/styles/application.css +++ b/views/bootstrap4/styles/application.css @@ -39,6 +39,8 @@ img.mimeicon { border-style: solid; border-width: 1px 2px 2px 1px; background-color: white; + max-width: 100%; + min-width: 60px; } span.list-details {