Skip to content

Commit ee40c14

Browse files
committed
BREAKING CHANGES: .container & .container-fluid classes now have a default 'block' display to behave as a 'div' element when the BContainer tag is changed
1 parent a4363b4 commit ee40c14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/bootstrap-vue-3/src/styles/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
@import "../components/BTable/table";
1313
@import "../components/BToast/index";
1414

15+
.container,
16+
.container-fluid {
17+
display: block;
18+
}
19+
1520
.input-group
1621
> .form-floating:not(:first-child)
1722
> :not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {

0 commit comments

Comments
 (0)