소스 검색

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,6 +7,9 @@
7 7
   border-radius 10px
8 8
   width 100%
9 9
   height 100%
10
+  & > p
11
+    margin 0
12
+    padding 0
10 13
   &__header
11 14
     display flex
12 15
     flex-direction column