Преглед изворни кода

Editor, Bugfix, copy text is now at each editor (textarea) again

Martin Filser пре 1 година
родитељ
комит
08f9c09484
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      client/components/main/editor.css

+ 3 - 3
client/components/main/editor.css

@@ -8,9 +8,9 @@
 .new-comment a.fa.fa-copy,
 .new-comment a.fa.fa-copy,
 .inlined-form a.fa.fa-copy {
 .inlined-form a.fa.fa-copy {
   float: right;
   float: right;
-  position: absolute;
-  top: -20px;
-  right: 6px;
+  position: relative;
+  top: -10px;
+  right: 5px;
 }
 }
 .js-inlined-form.viewer.btn-sm {
 .js-inlined-form.viewer.btn-sm {
   position: absolute;
   position: absolute;