mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02:00
Add missing !important-s to responsive text alignment classes; fixes #18300
Closes #18314 by merging a tweaked version of it.
This commit is contained in:
@@ -57,9 +57,9 @@
|
|||||||
|
|
||||||
@each $breakpoint in map-keys($grid-breakpoints) {
|
@each $breakpoint in map-keys($grid-breakpoints) {
|
||||||
@include media-breakpoint-up($breakpoint) {
|
@include media-breakpoint-up($breakpoint) {
|
||||||
.text-#{$breakpoint}-left { text-align: left; }
|
.text-#{$breakpoint}-left { text-align: left !important; }
|
||||||
.text-#{$breakpoint}-right { text-align: right; }
|
.text-#{$breakpoint}-right { text-align: right !important; }
|
||||||
.text-#{$breakpoint}-center { text-align: center; }
|
.text-#{$breakpoint}-center { text-align: center !important; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user