Commit 3695c3a1 authored by Mark Otto's avatar Mark Otto Committed by XhmikosR
Browse files

fix broken classes

8 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md,!30331Removed 'shrink-to-fit' from `viewport` meta,!29732V4 dev
Showing with 2 additions and 2 deletions
+2 -2
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
&#{$infix} { &#{$infix} {
@include media-breakpoint-down($breakpoint) { @include media-breakpoint-down($breakpoint) {
> [class^=".container"] { > [class^="container"] {
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
} }
// For nesting containers, have to redeclare for alignment purposes // For nesting containers, have to redeclare for alignment purposes
> [class^=".container"] { > [class^="container"] {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment