Browse Source

Fix file checkbox margin causing layout issues in file list

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt 4 years ago
parent
commit
2832c0d8a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/files/css/files.scss

+ 1 - 0
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 */