mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
8 lines
128 B
CSS
8 lines
128 B
CSS
.move-attachment-buttons {
|
|
display: flex;
|
|
gap: 10px;
|
|
}
|
|
.attachments-content hr {
|
|
height: 0px;
|
|
border: 1px solid #000;
|
|
}
|