]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add !important to text alignment utility classes 18031/head
authorChris Rebert <code@chrisrebert.com>
Fri, 23 Oct 2015 19:24:39 +0000 (12:24 -0700)
committerChris Rebert <code@chrisrebert.com>
Fri, 23 Oct 2015 19:25:03 +0000 (12:25 -0700)
Refs #16836
[skip sauce]
[skip validator]

scss/_utilities.scss

index d5bd4dfe047e4785086472a8241eabe044aa3437..fa3b6e1d20195b5f56d60b63562190cb70974e0b 100644 (file)
 
 // 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