From 08f9c094841a0216cdea4f4a5d0d8d17486bbf65 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Sat, 25 May 2024 14:48:58 +0200 Subject: [PATCH] Editor, Bugfix, copy text is now at each editor (textarea) again --- client/components/main/editor.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/main/editor.css b/client/components/main/editor.css index 2d658fb7d..f50fb9ddc 100644 --- a/client/components/main/editor.css +++ b/client/components/main/editor.css @@ -8,9 +8,9 @@ .new-comment a.fa.fa-copy, .inlined-form a.fa.fa-copy { float: right; - position: absolute; - top: -20px; - right: 6px; + position: relative; + top: -10px; + right: 5px; } .js-inlined-form.viewer.btn-sm { position: absolute;