소스 검색

Merge pull request #66 from hellcp/patch-1

Always center content without leaking in card
daniel 7 년 전
부모
커밋
a28f6f60bc
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      resources/assets/sass/custom.scss

+ 1 - 5
resources/assets/sass/custom.scss

@@ -59,11 +59,7 @@ body, button, input, textarea {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
-  -webkit-box-align: center !important;
-  -ms-flex-align: center !important;
-  align-items: center !important;
-  padding: 0;
-  background-color: #fff;
+  margin: auto !important;
 }
 
 .card.status-container .status-comments {