Browse Source

https://github.com/tracim/tracim/issues/729, add a margin-bottom on dropdownCreateBtn

AlexiCauvin 6 years ago
parent
commit
1035a94889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/css/Workspace.styl

+ 1 - 1
frontend/src/css/Workspace.styl View File

8
     &__button
8
     &__button
9
       display flex
9
       display flex
10
       justify-content flex-end
10
       justify-content flex-end
11
-      margin 50px 15px 0 0
11
+      margin 45px 15px 45px 0
12
       width 100%
12
       width 100%
13
       &__btnaddworkspace
13
       &__btnaddworkspace
14
         margin-bottom 50px
14
         margin-bottom 50px