Merge pull request #20868 from owncloud/revert-20842-fix-date-time-column

Revert "Fix column width of mtime column"
This commit is contained in:
Thomas Müller 2015-12-01 14:30:44 +01:00
commit d5fe052838
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: 165px;
max-width: 165px;
min-width: 130px;
max-width: 130px;
}
/* Multiselect bar */