diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-26 00:48:11 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-06-26 00:48:11 +0200 |
commit | 2832c0d8a27e98cbbf6c65d1bb39bc8841657e2b (patch) | |
tree | 828ee0ce2dcf8500f9113f3c7035412635401691 | |
parent | b466127b1f470365670beb8cd85f78451acd669d (diff) | |
download | nextcloud-server-2832c0d8a27e98cbbf6c65d1bb39bc8841657e2b.tar.gz nextcloud-server-2832c0d8a27e98cbbf6c65d1bb39bc8841657e2b.zip |
Fix file checkbox margin causing layout issues in file list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | apps/files/css/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 4cde7d03d29..30f9f4d797a 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -441,6 +441,7 @@ table td.selection { /* File checkboxes */ #fileList tr td.selection>.selectCheckBox + label:before { opacity: 0.3; + margin-right: 0; } /* Show checkbox with full opacity when hovering, checked, or selected */ |