0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add !important to text alignment utility classes

Refs #16836
[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-10-23 12:24:39 -07:00
parent 7e88a6a998
commit 66039030e4

View File

@ -51,11 +51,11 @@
// Alignment
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { @include text-truncate; }
// Responsive alignment