2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
-1
View File
@@ -16,7 +16,6 @@
@if $enable-grid-classes {
.container-fluid {
width: 100%;
@include make-container();
}
}