From b3cf9ccd2ffd3d7ff57d7299bbc48bef725c6607 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Fri, 22 Mar 2019 14:08:33 +0100 Subject: [PATCH] correctly scale svg graphics --- resources/app/stylesheets/app.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index 931157c..aae7e7d 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -46,6 +46,7 @@ em { img, svg { max-width: 100%; + height: auto; } .thin-border {