mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
fixed row item labels to view horizontally instead of vertically
This commit is contained in:
committed by
Ryan Petrello
parent
0a7d6e603e
commit
e612a167e2
@@ -260,7 +260,7 @@
|
|||||||
|
|
||||||
.at-RowItem--labels {
|
.at-RowItem--labels {
|
||||||
line-height: @at-line-height-list-row-item-labels;
|
line-height: @at-line-height-list-row-item-labels;
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user