summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-31 17:34:47 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-14 20:19:10 +0100
commit4d103f8b97f59b33ac0f6e9a047318acc92117e6 (patch)
treea07ba676c721f34b72564833eadfa2e36bb4840d
parentbbec0f0605789687ddd74733def12609f6808524 (diff)
downloadnextcloud-server-4d103f8b97f59b33ac0f6e9a047318acc92117e6.tar.gz
nextcloud-server-4d103f8b97f59b33ac0f6e9a047318acc92117e6.zip
Ensure filename is possibly centered below file icons in grid view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--apps/files/css/files.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 8ad255a34bf..a9c060db7b1 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -863,6 +863,7 @@ table.dragshadow td.size {
.innernametext {
display: inline-block;
+ width: 100%;
max-width: 80px;
}