diff options
Diffstat (limited to 'apps/files/css/mobile.scss')
-rw-r--r-- | apps/files/css/mobile.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss index aadbe2ada25..703ae499835 100644 --- a/apps/files/css/mobile.scss +++ b/apps/files/css/mobile.scss @@ -89,4 +89,9 @@ table.dragshadow { table th .selectedActions a { padding: 17px 14px; } + + /* Remove the margin to reduce the overlap between the name and the icons */ + table.multiselect th .columntitle.name { + margin-left: 0; + } } |