mirror of
https://github.com/wekan/wekan.git
synced 2026-01-26 19:26:09 +01:00
Thanks to BabyFnord and xet7 ! Fixes #5012, fixes #3003, fixes #3399, fixes #2968, fixes #2933
14 lines
275 B
CSS
14 lines
275 B
CSS
.new-comment a.fa.fa-brands.fa-markdown,
|
|
.inlined-form a.fa.fa-brands.fa-markdown {
|
|
float: right;
|
|
position: relative;
|
|
top: 20px;
|
|
right: 56px;
|
|
}
|
|
.new-comment a.fa.fa-copy,
|
|
.inlined-form a.fa.fa-copy {
|
|
float: right;
|
|
position: relative;
|
|
top: 20px;
|
|
right: 6px;
|
|
}
|