浏览代码

Adding some space between save button and the next div element

Martin Filser 3 年之前
父节点
当前提交
879ab282e1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/forms/forms.styl

+ 1 - 0
client/components/forms/forms.styl

@@ -227,6 +227,7 @@ textarea
   display: flex
   align-items: center
   margin-top: 0px
+  margin-bottom: 12px
 
   button[type=submit]
   input[type=button]