diff options
| author | Mark Otto <[email protected]> | 2016-02-16 20:21:27 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-04-06 14:59:04 -0700 |
| commit | cde26a523402bd0ae7c7996805dc5e6597823359 (patch) | |
| tree | e71e2ce860f035af56e919c530119e71923dfcbb | |
| parent | 18c25056a681e3b6e76557811eb1d87cd600c154 (diff) | |
| download | bootstrap-cde26a523402bd0ae7c7996805dc5e6597823359.tar.xz bootstrap-cde26a523402bd0ae7c7996805dc5e6597823359.zip | |
Fixes #19221: Add .w-100 as width: 100% utility class
| -rw-r--r-- | scss/utilities/_spacing.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/utilities/_spacing.scss b/scss/utilities/_spacing.scss index cd543c8c9..b7ff044b6 100644 --- a/scss/utilities/_spacing.scss +++ b/scss/utilities/_spacing.scss @@ -1,3 +1,7 @@ +// Width + +.w-100 { width: 100% !important; } + // Margin and Padding .m-x-auto { |
