mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Fix styling on related groups labels after bootstrap upgrade
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.LabelList-tagContainer {
|
.LabelList-tagContainer {
|
||||||
display: inline-block;
|
display: flex;
|
||||||
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LabelList-tagContainer {
|
.LabelList-tagContainer {
|
||||||
@@ -56,7 +57,6 @@
|
|||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
color: @default-bg;
|
color: @default-bg;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
margin: 3px 0px;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user