Admin Panel, add seperator line at attachments

This commit is contained in:
Martin Filser 2022-04-10 19:48:57 +02:00
parent d1efd1f493
commit f1a52c99c5
2 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@ template(name="moveAttachments")
+moveBoardAttachments board
template(name="moveBoardAttachments")
hr
.board-description
table
tr

View file

@ -1,3 +1,8 @@
.move-attachment-buttons
display: flex
gap: 10px
.attachments-content
hr
height: 0px
border: 1px solid black