Browse Source

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

AlexiCauvin 5 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,7 +50,7 @@
50 50
       overflow-y auto
51 51
       list-style none
52 52
       &__item
53
-        padding 0 25px 0 35px
53
+        padding 0 25px 15px 35px
54 54
         &__avatar
55 55
           position relative
56 56
           top 60px