Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(core/cluster): Vertically align icons and make them the same size (
…#4764)

My OCD was hurting
  • Loading branch information
jervi authored and anotherchrisberry committed Feb 2, 2018
1 parent b6cdb55 commit ea99db1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/scripts/modules/core/src/cluster/rollups.less
Expand Up @@ -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);
Expand Down

0 comments on commit ea99db1

Please sign in to comment.