diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 22:47:36 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 22:47:36 +0100 |
commit | 802f226d8a2e0e8d9e381542e00d191de2475985 (patch) | |
tree | e0d6d43cc80ca179f333a2c46c920e75fcd612db /apps/files | |
parent | e01f4be4d12fa251418dcb47e1e1ed78477139d3 (diff) | |
parent | 11d2d7a1bbe4510f785753d548bc92b5f321d887 (diff) | |
download | nextcloud-server-802f226d8a2e0e8d9e381542e00d191de2475985.tar.gz nextcloud-server-802f226d8a2e0e8d9e381542e00d191de2475985.zip |
Merge pull request #20842 from owncloud/fix-date-time-column
Fix column width of mtime column
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 4 |
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 */ |