webpack/scenes/ContentViews/components/contentViewIcon.scss in katello-4.3.0.rc1 vs webpack/scenes/ContentViews/components/contentViewIcon.scss in katello-4.3.0.rc2

- old
+ new

@@ -1,9 +1,20 @@ .svg-centered-container { display: flex; align-items: center; + align-content: center; + + .composite-component-count { + min-width: 10px; + text-align: center; + } } -.svg-icon-centered { - margin: 0 5px; +.svg-icon-composite { + margin: 0 6px; display: block; } + +.svg-icon-component { + margin: 0 9px; + display: block; +} \ No newline at end of file