From e06a96074ea11e650931d758c4959db79efcb3b8 Mon Sep 17 00:00:00 2001
From: Robert Lange <robert.lange@uni-leipzig.de>
Date: Tue, 7 Jan 2020 14:42:24 +0100
Subject: [PATCH] refs #16467 [fid_adlr] resolve different width of category
 icons

---
 themes/fid_adlr/scss/_iconcategory.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/themes/fid_adlr/scss/_iconcategory.scss b/themes/fid_adlr/scss/_iconcategory.scss
index 9cc03e216ad..f3784a4b610 100644
--- a/themes/fid_adlr/scss/_iconcategory.scss
+++ b/themes/fid_adlr/scss/_iconcategory.scss
@@ -33,6 +33,7 @@ $imo-image-prefix: 'iconcategory' !default;
   font-variant: normal;
   font-weight: normal;
   line-height: 1;
+  min-width: 69px; // refs #16467 resolve different width of category icons
   speak: none;
   text-transform: none;
 
-- 
GitLab