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"
This commit is contained in:
Morris Jobke 2015-11-30 16:29:15 +01:00
parent 08248f66ba
commit 11d2d7a1bb
1 changed files with 2 additions and 2 deletions

View 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 */