]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix column width of mtime column
authorMorris Jobke <hey@morrisjobke.de>
Mon, 30 Nov 2015 15:29:15 +0000 (16:29 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 30 Nov 2015 15:29:15 +0000 (16:29 +0100)
* in some translations (e.g. german) the header of this column otherwise
  got truncated
  "Zeitpunkt der Freigabe" vs "Zeitpunkt der Freig"

apps/files/css/files.css

index 9588faebc3b04657728d01a93dee825688161316..2de4632c34c22f2d10ca285269b5b908edaed94d 100644 (file)
@@ -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 */