summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-12-01 13:45:30 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-12-01 13:45:30 +0100
commit0655f3d102a5ad6059c51a0af38d4dbb9f1f6fa4 (patch)
tree8b72f07eb4696a8c9b17c554b2a08aa5d5e4f2ea /apps
parentcce053f7e935cdb8a94eccc3d23775efa5f0699f (diff)
downloadnextcloud-server-0655f3d102a5ad6059c51a0af38d4dbb9f1f6fa4.tar.gz
nextcloud-server-0655f3d102a5ad6059c51a0af38d4dbb9f1f6fa4.zip
Revert "Fix column width of mtime column"
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 2de4632c34c..9588faebc3b 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: 165px;
- max-width: 165px;
+ min-width: 130px;
+ max-width: 130px;
}
/* Multiselect bar */