0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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

View File

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