From a9f2503ef774d053a9fae3ff29b453e4185abd7f Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Tue, 12 Jul 2022 12:03:43 +0200
Subject: [PATCH] Fix replace checkbox bug

---
 packages/file-handling/src/nextcloud-file-picker.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/file-handling/src/nextcloud-file-picker.js b/packages/file-handling/src/nextcloud-file-picker.js
index 2a385208..87d77aca 100644
--- a/packages/file-handling/src/nextcloud-file-picker.js
+++ b/packages/file-handling/src/nextcloud-file-picker.js
@@ -2966,8 +2966,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
             #replace-modal .checkmark {
                 height: 20px;
                 width: 20px;
-                left: 15px;
-                top: 5px;
+                left: 0px;
+                top: 1px;
             }
             
             .table-wrapper {
-- 
GitLab