mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
8 lines
123 B
CSS
8 lines
123 B
CSS
|
|
.new-comment a.fa.fa-copy,
|
||
|
|
.inlined-form a.fa.fa-copy {
|
||
|
|
float: right;
|
||
|
|
position: relative;
|
||
|
|
top: 20px;
|
||
|
|
right: 6px;
|
||
|
|
}
|