소스 검색

added style to break content

akira-s 5 년 전
부모
커밋
37e94f1132
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 22 0
      src/client/styles/scss/_search.scss

+ 22 - 0
src/client/styles/scss/_search.scss

@@ -209,4 +209,26 @@
   caption {
   caption {
     display: table-header-group;
     display: table-header-group;
   }
   }
+
+  th {
+    text-align: right;
+  }
+
+  @media (max-width: 576px) {
+    white-space: normal !important;
+    
+    th,
+    td {
+      display: block;
+    }
+    
+    th {
+      text-align: left;
+    }
+    
+    td {
+      border-top: none !important;
+      padding-top: 0 !important;
+    }
+  }
 }
 }