filemanager tile view break filenames so no overlapping happens

(cherry picked from commit c138193c45)
This commit is contained in:
milan 2025-02-06 15:00:15 +01:00
parent 64ab1f39ea
commit 16e1cb4ce2
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 { table.egwGridView_grid .tile .file_tile {
height: 100px; height: 100px;
width: 135px; width: 135px;
word-break: break-all;
} }
table.egwGridView_grid .tile .file_tile et2-vfs-mime {width: 4em; margin: 0 auto;} table.egwGridView_grid .tile .file_tile et2-vfs-mime {width: 4em; margin: 0 auto;}

View File

@ -18,7 +18,7 @@
<nextmatch-header/> <nextmatch-header/>
</row> </row>
<row class="tile $row_cont[class]"> <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> <et2-vfs-mime align="center" id="$row" thumbMimeSize="image,128"></et2-vfs-mime>
<vfs-name id="${row}[name]" no_lang="1" readonly="true"/> <vfs-name id="${row}[name]" no_lang="1" readonly="true"/>
<et2-description id="${row}[comment]"></et2-description> <et2-description id="${row}[comment]"></et2-description>