summaryrefslogtreecommitdiffstats
path: root/web_src/less/misc.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/less/misc.css')
-rw-r--r--web_src/less/misc.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/web_src/less/misc.css b/web_src/less/misc.css
new file mode 100644
index 0000000000..02b849fd09
--- /dev/null
+++ b/web_src/less/misc.css
@@ -0,0 +1,5 @@
+/* can not have this selector in less because of https://github.com/less/less.js/issues/3027 */
+.view-raw img[src$='.svg' i] {
+ max-height: 600px !important;
+ max-width: 600px !important;
+}