mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
Add !important to text alignment utility classes
Refs #16836 [skip sauce] [skip validator]
This commit is contained in:
@@ -51,11 +51,11 @@
|
|||||||
|
|
||||||
// Alignment
|
// Alignment
|
||||||
|
|
||||||
.text-left { text-align: left; }
|
.text-left { text-align: left !important; }
|
||||||
.text-right { text-align: right; }
|
.text-right { text-align: right !important; }
|
||||||
.text-center { text-align: center; }
|
.text-center { text-align: center !important; }
|
||||||
.text-justify { text-align: justify; }
|
.text-justify { text-align: justify !important; }
|
||||||
.text-nowrap { white-space: nowrap; }
|
.text-nowrap { white-space: nowrap !important; }
|
||||||
.text-truncate { @include text-truncate; }
|
.text-truncate { @include text-truncate; }
|
||||||
|
|
||||||
// Responsive alignment
|
// Responsive alignment
|
||||||
|
Reference in New Issue
Block a user