From: Chris Rebert Date: Fri, 23 Oct 2015 19:24:39 +0000 (-0700) Subject: Add !important to text alignment utility classes X-Git-Tag: v4.0.0-alpha.2~216^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66039030e4bb8da3e763e6b3e0c8798291c6e388;p=thirdparty%2Fbootstrap.git Add !important to text alignment utility classes Refs #16836 [skip sauce] [skip validator] --- diff --git a/scss/_utilities.scss b/scss/_utilities.scss index d5bd4dfe04..fa3b6e1d20 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -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