diff options
| author | Mark Otto <[email protected]> | 2016-10-09 17:35:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-09 17:35:44 -0700 |
| commit | 4bc154b8f98e7df3557f8c28d6c2d43efcdc592d (patch) | |
| tree | bbcb3b73819972525028c1ca56c53b69edbe55b6 | |
| parent | 571e86e7705ee38a4b828b0e6f24de089a69e8a9 (diff) | |
| parent | 88f02007e05b8ad9c2c3ee6b83e2674faf8ffaaf (diff) | |
| download | bootstrap-4bc154b8f98e7df3557f8c28d6c2d43efcdc592d.tar.xz bootstrap-4bc154b8f98e7df3557f8c28d6c2d43efcdc592d.zip | |
Merge branch 'patch-10' of https://github.com/zalog/bootstrap into zalog-patch-10
| -rw-r--r-- | scss/utilities/_spacing.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/utilities/_spacing.scss b/scss/utilities/_spacing.scss index c81a6aa88..99c98f87b 100644 --- a/scss/utilities/_spacing.scss +++ b/scss/utilities/_spacing.scss @@ -1,6 +1,7 @@ -// Width +// Width and height .w-100 { width: 100% !important; } +.h-100 { height: 100% !important; } // Margin and Padding |
