filemanager tile view break filenames so no overlapping happens

This commit is contained in:
milan 2025-02-06 15:00:15 +01:00
parent 3d30c7a2e7
commit c138193c45
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ input#filemanager-index_path {
table.egwGridView_grid .tile .file_tile {
height: 100px;
width: 135px;
word-break: break-all;
}
table.egwGridView_grid .tile .file_tile et2-vfs-mime {width: 4em; margin: 0 auto;}

View File

@ -18,7 +18,7 @@
<nextmatch-header/>
</row>
<row class="tile $row_cont[class]">
<et2-vbox class="file_tile" width="135px" height="100px" data="mime:$row_cont[mime]">
<et2-vbox class="file_tile" width="135px" height="110px" data="mime:$row_cont[mime]">
<et2-vfs-mime align="center" id="$row" thumbMimeSize="image,128"></et2-vfs-mime>
<vfs-name id="${row}[name]" no_lang="1" readonly="true"/>
<et2-description id="${row}[comment]"></et2-description>