De-dupe width on .fluid-container (#23402)

Fixes #23397
This commit is contained in:
Mark Otto 2017-08-14 18:11:44 -07:00 committed by GitHub
parent 0909b46868
commit a80198db4d
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
@if $enable-grid-classes {
.container-fluid {
width: 100%;
@include make-container();
}
}