diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 9588faebc3b..2de4632c34c 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: 130px; - max-width: 130px; + min-width: 165px; + max-width: 165px; } /* Multiselect bar */ |