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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user