mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Admin Panel, add seperator line at attachments
This commit is contained in:
parent
d1efd1f493
commit
f1a52c99c5
2 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@ template(name="moveAttachments")
|
|||
+moveBoardAttachments board
|
||||
|
||||
template(name="moveBoardAttachments")
|
||||
hr
|
||||
.board-description
|
||||
table
|
||||
tr
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
.move-attachment-buttons
|
||||
display: flex
|
||||
gap: 10px
|
||||
|
||||
.attachments-content
|
||||
hr
|
||||
height: 0px
|
||||
border: 1px solid black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue