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

Fix column width of mtime column
remotes/origin/fix-delete-homeidr-on-userdelete
Thomas Müller 9 years ago
commit 802f226d8a
  1. 4
      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 */

Loading…
Cancel
Save