Merge pull request #210 from marshmalien/fix/7181-vertically-center-isolated-badge

Align isolated badge with instance group title
This commit is contained in:
Marliana Lara 2017-08-07 15:22:36 -04:00 committed by GitHub
commit d8abe2f38c

View File

@ -110,14 +110,13 @@
.JobResults-isolatedBadge {
align-items: center;
align-self: center;
background-color: @default-list-header-bg;
border-radius: 5px;
color: @default-stdout-txt;
display: flex;
font-size: 10px;
height: 16px;
margin-left: 10px;
margin: 3px 0 0 10px;
padding: 0 10px;
text-transform: uppercase;
}