mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01: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;
|
|
}
|