Browse Source

https://github.com/tracim/tracim/issues/811, added padding bottom on comments

AlexiCauvin 6 years ago
parent
commit
2c780f9403
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend_lib/src/component/Timeline/Timeline.styl

+ 1 - 1
frontend_lib/src/component/Timeline/Timeline.styl View File

50
       overflow-y auto
50
       overflow-y auto
51
       list-style none
51
       list-style none
52
       &__item
52
       &__item
53
-        padding 0 25px 0 35px
53
+        padding 0 25px 15px 35px
54
         &__avatar
54
         &__avatar
55
           position relative
55
           position relative
56
           top 60px
56
           top 60px