mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #4077 from j-shade/devel
fixed row item labels to view horizontally instead of vertically Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -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