소스 검색

Fixed unnecessary margin in list in timeline component (#2340)

Aleksandr Rogozin 5 년 전
부모
커밋
eae052422d
2개의 변경된 파일1594개의 추가작업 그리고 5569개의 파일을 삭제
  1. 3 0
      build/scss/_timeline.scss
  2. 1591 5569
      package-lock.json

+ 3 - 0
build/scss/_timeline.scss

@@ -70,6 +70,9 @@
         > img {
           margin: 10px;
         }
+        > dl, ol, ul {
+          margin: 0;
+        }
       }
 
       > .timeline-footer {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1591 - 5569
package-lock.json