mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 05:12:25 +01:00
filemanager tile view break filenames so no overlapping happens
This commit is contained in:
parent
3d30c7a2e7
commit
c138193c45
@ -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;}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user