Merge pull request #5495 from mfilser/master

Editor, Bugfix, copy text is now at each editor (textarea) again
This commit is contained in:
Lauri Ojansivu 2024-08-07 00:10:03 +03:00 committed by GitHub
commit 6ee0919ead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,15 +2,15 @@
.inlined-form a.fa.fa-brands.fa-markdown {
float: right;
position: absolute;
top: -20px;
top: -10px;
right: 60px;
}
.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;