2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge pull request #18031 from twbs/fix-16836

Add !important to text alignment utility classes
This commit is contained in:
Chris Rebert
2015-10-26 21:33:12 -07:00
+5 -5
View File
@@ -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