Преглед изворни кода

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

Yuki Takei пре 5 година
родитељ
комит
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 {
       text-align: right;
     }
-  
+
     td {
       overflow-wrap: anywhere;
       white-space: normal !important;
     }
-  
+
     @include media-breakpoint-down(xs) {
       th,
       td {
         display: block;
       }
-      
+
       th {
         text-align: left;
       }
-      
+
       td {
-        border-top: none !important;
         padding-top: 0 !important;
+        border-top: none !important;
       }
     }
   }