2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge pull request #18317 from twbs/redundant-text-aligns-18300

Remove non-responsive text alignment classes
This commit is contained in:
Mark Otto
2015-11-29 19:39:48 -08:00
8 changed files with 35 additions and 28 deletions
-3
View File
@@ -46,9 +46,6 @@
// Alignment
.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; }