mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Reduce height of tags in job list page
This commit is contained in:
parent
63f3a38ceb
commit
62f4beddb2
@ -1,3 +1,7 @@
|
||||
.ToggleComponent-wrapper {
|
||||
line-height: initial;
|
||||
}
|
||||
|
||||
.ToggleComponent-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@ -8,4 +12,8 @@
|
||||
background: transparent;
|
||||
color: @at-blue;
|
||||
font-size: @at-font-size;
|
||||
|
||||
&:hover {
|
||||
color: @at-blue-hover;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user