Skip to content

Commit 84a6efb

Browse files
damoxcjacobmllr95
authored andcommitted
fix the class name for fixed table layout (bootstrap-vue#2676)
1 parent d2e1f8a commit 84a6efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/_table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* b-table: general styling */
22
.b-table.table {
33
// table fixed header width layout
4-
&.table-fixed {
4+
&.b-table-fixed {
55
/* fixed width columns */
66
table-layout: fixed;
77
}

0 commit comments

Comments
 (0)