summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-11-30 16:29:15 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-11-30 16:29:15 +0100
commit11d2d7a1bbe4510f785753d548bc92b5f321d887 (patch)
treefaef412c53ad3abc2d96c6ef379483df7fba0cb7 /apps
parent08248f66ba28db3f6e3328fc489fa52432c73544 (diff)
downloadnextcloud-server-11d2d7a1bbe4510f785753d548bc92b5f321d887.tar.gz
nextcloud-server-11d2d7a1bbe4510f785753d548bc92b5f321d887.zip
Fix column width of mtime column
* in some translations (e.g. german) the header of this column otherwise got truncated "Zeitpunkt der Freigabe" vs "Zeitpunkt der Freig"
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 9588faebc3b..2de4632c34c 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -224,8 +224,8 @@ table th.column-last, table td.column-last {
box-sizing: border-box;
position: relative;
/* this can not be just width, both need to be set … table styling */
- min-width: 130px;
- max-width: 130px;
+ min-width: 165px;
+ max-width: 165px;
}
/* Multiselect bar */