Browse Source

Merge pull request #2259 from milkcocoa/fix-table-valign-middle

Fix for table-valign-middle doesn't work
Raphael Jackstadt 5 năm trước cách đây
mục cha
commit
07720d6094
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build/scss/_table.scss

+ 1 - 1
build/scss/_table.scss

@@ -48,7 +48,7 @@
     }
   }
 
-  .table-valign-middle {
+  &.table-valign-middle {
     thead > tr > th,
     thead > tr > td,
     tbody > tr > th,