Ensure filename is possibly centered below file icons in grid view

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-31 17:34:47 +01:00 committed by Julius Härtl
parent bbec0f0605
commit 4d103f8b97
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

@ -863,6 +863,7 @@ table.dragshadow td.size {
.innernametext {
display: inline-block;
width: 100%;
max-width: 80px;
}