diff --git a/public/css/tagrendering.css b/public/css/tagrendering.css index 92c9715c7..c6b021d30 100644 --- a/public/css/tagrendering.css +++ b/public/css/tagrendering.css @@ -26,14 +26,20 @@ .mapping-icon-small-width { width: 1.5rem; + flex-shrink: 0; + } .mapping-icon-medium-width { width: 3rem; + flex-shrink: 0; + } .mapping-icon-large-width { width: 5rem; + flex-shrink: 0; + } @@ -44,6 +50,8 @@ max-height: 2rem; margin-right: 0.5rem; + flex-shrink: 0; + } .mapping-icon-medium { @@ -51,7 +59,9 @@ width: 3rem; height: fit-content; max-height: 3rem; - margin-right: 1rem + margin-right: 1rem; + flex-shrink: 0; + } .mapping-icon-large { @@ -62,6 +72,8 @@ margin-top: 0.5rem; margin-bottom: 0.5rem; margin-right: 1.5rem; + flex-shrink: 0; + }