fix minor visual bug on grid view, list view and tree view

This commit is contained in:
DanyLE 2022-07-05 20:02:01 +02:00
parent 86bcaf9dea
commit 8b029c2e0a
3 changed files with 8 additions and 4 deletions

View File

@ -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;
}

View File

@ -10,8 +10,4 @@ afx-label i.label-text{
font-weight: normal;
font-style: normal;
margin-left: 3px;
}
afx-label {
display: inline-block;
}

View File

@ -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;
}