diff --git a/src/themes/system/afx-grid-view.css b/src/themes/system/afx-grid-view.css index 0ef0b37..f976e2d 100644 --- a/src/themes/system/afx-grid-view.css +++ b/src/themes/system/afx-grid-view.css @@ -13,4 +13,8 @@ afx-grid-view .grid_row_header afx-grid-cell{ afx-grid-view { display: block; +} + +afx-grid-view afx-grid-cell afx-label { + display: inline-block; } \ No newline at end of file diff --git a/src/themes/system/afx-label.css b/src/themes/system/afx-label.css index 9190d11..cead7ed 100644 --- a/src/themes/system/afx-label.css +++ b/src/themes/system/afx-label.css @@ -10,8 +10,4 @@ afx-label i.label-text{ font-weight: normal; font-style: normal; margin-left: 3px; -} - -afx-label { - display: inline-block; } \ No newline at end of file diff --git a/src/themes/system/afx-list-view.css b/src/themes/system/afx-list-view.css index 46d190d..99f78c5 100644 --- a/src/themes/system/afx-list-view.css +++ b/src/themes/system/afx-list-view.css @@ -54,3 +54,7 @@ afx-list-view.dropdown > div.list-container > ul li{ display: inline-block; width:100%; } + +afx-list-view afx-list-item afx-label { + display: inline-block; +}