diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 8edca4cd3c340ad45467b25a6dd7c21bbbdb42e1..b93cc458dd391991d4d621d407bfa2968e2df005 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -219,6 +219,11 @@ table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; }
 	width: 50px;
 	z-index: 5;
 }
+#fileList tr td.filename>input[type="checkbox"]{
+	/* sometimes checkbox height is bigger (KDE/Qt), so setting to absolute
+	 * to prevent it to increase the height */
+	position: absolute;
+}
 #fileList tr td.filename>input[type="checkbox"] + label {
 	left: 0;
 }