Browse Source

fixed hidden class css

Dustin Utecht 5 years ago
parent
commit
e996b04253
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/group-by-v2/bootstrap-table-group-by.scss

+ 1 - 1
src/extensions/group-by-v2/bootstrap-table-group-by.scss

@@ -2,6 +2,6 @@
   cursor: pointer;
 }
 
-.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
+.bootstrap-table .table > tbody > tr.hidden {
   display: none;
 }