浏览代码

Remove margin and padding on the p tag in timeline component

AlexiCauvin 6 年前
父节点
当前提交
3a63eb9936
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      frontend_lib/src/component/Timeline/Timeline.styl

+ 3 - 0
frontend_lib/src/component/Timeline/Timeline.styl 查看文件

7
   border-radius 10px
7
   border-radius 10px
8
   width 100%
8
   width 100%
9
   height 100%
9
   height 100%
10
+  & > p
11
+    margin 0
12
+    padding 0
10
   &__header
13
   &__header
11
     display flex
14
     display flex
12
     flex-direction column
15
     flex-direction column