From e612a167e2e1274ff9e6a805abaebc3404a56793 Mon Sep 17 00:00:00 2001 From: Jeremy Shade Date: Fri, 14 Jun 2019 11:18:50 +0800 Subject: [PATCH] fixed row item labels to view horizontally instead of vertically --- awx/ui/client/lib/components/list/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/lib/components/list/_index.less b/awx/ui/client/lib/components/list/_index.less index 1afbb7a675..3fe9fa217d 100644 --- a/awx/ui/client/lib/components/list/_index.less +++ b/awx/ui/client/lib/components/list/_index.less @@ -260,7 +260,7 @@ .at-RowItem--labels { line-height: @at-line-height-list-row-item-labels; - display: inline-block; + display: inline-flex; * { font-size: 10px;