mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-16 13:59:50 +02:00
fix: file name display inconsitent between views
This commit is contained in:
@ -7,15 +7,24 @@ afx-file-view afx-label.status{
|
||||
left:0px;
|
||||
transform: translateZ(0);
|
||||
}
|
||||
afx-file-view afx-list-view > div.list-container > ul
|
||||
{
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
afx-file-view afx-list-view > div.list-container > ul li{
|
||||
float:left;
|
||||
display: block;
|
||||
/*display: block;*/
|
||||
}
|
||||
|
||||
afx-file-view afx-list-view i{
|
||||
display: block;
|
||||
}
|
||||
|
||||
afx-file-view afx-list-view i.label-text{
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
afx-file-view afx-grid-view i{
|
||||
display: inline-block;
|
||||
}
|
||||
|
Reference in New Issue
Block a user