diff options
| author | Mark Otto <[email protected]> | 2017-08-14 18:11:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-14 18:11:44 -0700 |
| commit | a80198db4d745b02fe0e288a2839a55bbbca9d95 (patch) | |
| tree | 61f54d21969956896ab2ea4a9f57bbfb65065a93 | |
| parent | 0909b46868ec1888a89c147e0033a418fde76d43 (diff) | |
| download | bootstrap-a80198db4d745b02fe0e288a2839a55bbbca9d95.tar.xz bootstrap-a80198db4d745b02fe0e288a2839a55bbbca9d95.zip | |
De-dupe width on .fluid-container (#23402)
Fixes #23397
| -rw-r--r-- | scss/_grid.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss index 9ab9ae02b..a22751537 100644 --- a/scss/_grid.scss +++ b/scss/_grid.scss @@ -16,7 +16,6 @@ @if $enable-grid-classes { .container-fluid { - width: 100%; @include make-container(); } } |
