From bd0efa67a052129b7d16c77687389f37fa7ced5f Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Wed, 31 Aug 2022 10:31:33 +0200 Subject: [PATCH] Fix select all button postion --- 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..91cabf36 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: -2.1em; } -- GitLab