mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 05:58:22 +01:00
fix minor visual bug on grid view, list view and tree view
This commit is contained in:
parent
86bcaf9dea
commit
8b029c2e0a
@ -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;
|
||||
}
|
@ -10,8 +10,4 @@ afx-label i.label-text{
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
afx-label {
|
||||
display: inline-block;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user