Update style for GridView, FileView and ListView

This commit is contained in:
DanyLE
2023-02-01 18:42:54 +01:00
parent 830dd2c23a
commit 4a3184103c
8 changed files with 104 additions and 99 deletions

View File

@ -43,4 +43,10 @@ afx-grid-view .grid_row_header afx-grid-cell[sort = "desc"] span::before
font-family: "bootstrap-icons";
font-weight: normal;
font-style: normal;
}
afx-grid-view afx-grid-row afx-label span {
white-space: nowrap;
overflow: hidden;
justify-content: flex-start;
}