diff options
| author | Catalin Zalog <[email protected]> | 2016-05-17 16:26:22 +0300 |
|---|---|---|
| committer | Catalin Zalog <[email protected]> | 2016-05-17 16:26:22 +0300 |
| commit | 88f02007e05b8ad9c2c3ee6b83e2674faf8ffaaf (patch) | |
| tree | ad35b0a13f583de9af1389f011af1de615f6764e | |
| parent | 4354e874840393418e13409e1c534c1b5bf55809 (diff) | |
| download | bootstrap-88f02007e05b8ad9c2c3ee6b83e2674faf8ffaaf.tar.xz bootstrap-88f02007e05b8ad9c2c3ee6b83e2674faf8ffaaf.zip | |
Update _spacing.scss
| -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 b7ff044b6..6efebfc79 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 |
