mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #210 from marshmalien/fix/7181-vertically-center-isolated-badge
Align isolated badge with instance group title
This commit is contained in:
commit
d8abe2f38c
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user