From 171168f155f4c573ec6bf3b0ecede6ccf5857eb8 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Wed, 9 Nov 2022 11:07:46 +0100 Subject: [PATCH] Move select all 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 91cabf36..dd013849 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: -2.1em; + top: -1.1em; } -- GitLab