diff --git a/etemplate/templates/default/app.css b/etemplate/templates/default/app.css index 9724b3227c..66ba33f78c 100644 --- a/etemplate/templates/default/app.css +++ b/etemplate/templates/default/app.css @@ -119,7 +119,8 @@ font-family: monospace; font-weight: bold; } .vfsMimeIcon img { -/* height: 16px; << deactivated as images may be scaled strangely */ + max-height: 16px; + max-width: 16px; } .vfsFilename { white-space: nowrap;