Skip to content

Commit dacb9b1

Browse files
authored
Merge pull request wenzhixin#3598 from juliyvchirkov/patch-1
cosmetic patch for collision on certain conditions
2 parents 0e74413 + c3a5911 commit dacb9b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/extensions/group-by-v2/bootstrap-table-group-by.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
.bootstrap-table .table > tbody > tr.groupBy.expanded {
66

7-
}
7+
}
8+
9+
tr.hidden + tr.detail-view {
10+
display: none;
11+
}

0 commit comments

Comments
 (0)