]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #19221: Add .w-100 as width: 100% utility class
authorMark Otto <markdotto@gmail.com>
Wed, 17 Feb 2016 04:21:27 +0000 (20:21 -0800)
committerChris Rebert <code@chrisrebert.com>
Wed, 6 Apr 2016 21:59:04 +0000 (14:59 -0700)
scss/utilities/_spacing.scss

index cd543c8c90b64584d21db113d384178df0810994..b7ff044b6dba2dd2e9534f1a074800dbbdb677f2 100644 (file)
@@ -1,3 +1,7 @@
+// Width
+
+.w-100 { width: 100% !important; }
+
 // Margin and Padding
 
 .m-x-auto {