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