mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
fix broken classes
This commit is contained in:
+2
-2
@@ -138,7 +138,7 @@
|
||||
|
||||
&#{$infix} {
|
||||
@include media-breakpoint-down($breakpoint) {
|
||||
> [class^=".container"] {
|
||||
> [class^="container"] {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
@@ -162,7 +162,7 @@
|
||||
}
|
||||
|
||||
// For nesting containers, have to redeclare for alignment purposes
|
||||
> [class^=".container"] {
|
||||
> [class^="container"] {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user