Просмотр исходного кода

Merge branch 'master' into support/refactor-unstated-utils

Yuki Takei 5 лет назад
Родитель
Сommit
c12ce6236e
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      src/client/styles/scss/_search.scss

+ 5 - 5
src/client/styles/scss/_search.scss

@@ -241,25 +241,25 @@
     th {
     th {
       text-align: right;
       text-align: right;
     }
     }
-  
+
     td {
     td {
       overflow-wrap: anywhere;
       overflow-wrap: anywhere;
       white-space: normal !important;
       white-space: normal !important;
     }
     }
-  
+
     @include media-breakpoint-down(xs) {
     @include media-breakpoint-down(xs) {
       th,
       th,
       td {
       td {
         display: block;
         display: block;
       }
       }
-      
+
       th {
       th {
         text-align: left;
         text-align: left;
       }
       }
-      
+
       td {
       td {
-        border-top: none !important;
         padding-top: 0 !important;
         padding-top: 0 !important;
+        border-top: none !important;
       }
       }
     }
     }
   }
   }