Browse Source

Admin Panel, add seperator line at attachments

Martin Filser 3 years ago
parent
commit
f1a52c99c5

+ 1 - 0
client/components/settings/attachments.jade

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

+ 5 - 0
client/components/settings/attachments.styl

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