Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-31 19:34:47 +0300
committerJulius Härtl <jus@bitgrid.net>2019-01-14 22:19:10 +0300
commit4d103f8b97f59b33ac0f6e9a047318acc92117e6 (patch)
treea07ba676c721f34b72564833eadfa2e36bb4840d /apps/files/css
parentbbec0f0605789687ddd74733def12609f6808524 (diff)
Ensure filename is possibly centered below file icons in grid view
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-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;
}