From fbcf305c52e3e08f189a3dc0781e30cb64dd2263 Mon Sep 17 00:00:00 2001 From: Tamara Steinwender <tamara.steinwender@tugraz.at> Date: Mon, 4 Apr 2022 15:10:43 +0200 Subject: [PATCH] Small UI adaption filepicker --- 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 b15231ac..be3972ba 100644 --- a/packages/file-handling/src/styles.js +++ b/packages/file-handling/src/styles.js @@ -120,7 +120,7 @@ export function getFileHandlingCss() { height: 20px; width: 20px; left: 10px; - top: 7px; + top: 8px; } .button-container .checkmark::after { -- GitLab