From ea99db182f8a25f85f889c34341e172a063c4343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Jervidalo?= Date: Fri, 2 Feb 2018 16:45:29 +0100 Subject: [PATCH] fix(core/cluster): Vertically align icons and make them the same size (#4764) My OCD was hurting --- app/scripts/modules/core/src/cluster/rollups.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/scripts/modules/core/src/cluster/rollups.less b/app/scripts/modules/core/src/cluster/rollups.less index 0eb9e9b4bcd..6f50eba8adc 100644 --- a/app/scripts/modules/core/src/cluster/rollups.less +++ b/app/scripts/modules/core/src/cluster/rollups.less @@ -330,6 +330,15 @@ running-tasks-tag { } } +.server-group-manager-tag { + .badge-counter { + margin-top: -5px; + height: 19px; + .fa-server { + padding: 1px 0; + } + } +} .rollup-details { background-color: var(--color-alabaster);