From 24d5d2a000512dc5a82509841af8d93868e0f5a3 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Tue, 19 Jul 2022 15:20:26 +0200 Subject: [PATCH] Select all checkbox button --- packages/file-handling/src/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/file-handling/src/styles.js b/packages/file-handling/src/styles.js index eae14667..566a5800 100644 --- a/packages/file-handling/src/styles.js +++ b/packages/file-handling/src/styles.js @@ -168,7 +168,7 @@ export function getFileHandlingCss() { .select-all-icon { height: 40px; position: absolute; - top: -18px; + top: -35px; } -- GitLab