From: Mark Otto Date: Wed, 21 Dec 2016 21:14:43 +0000 (-0800) Subject: no need for this; we have max-width 100% on them now X-Git-Tag: v4.0.0-alpha.6~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7be14d66b6cd863eb52b5b2cd7a581e0a5dd230;p=thirdparty%2Fbootstrap.git no need for this; we have max-width 100% on them now --- diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index 10b2fc8dc1..6e2b071215 100644 --- a/docs/assets/scss/_component-examples.scss +++ b/docs/assets/scss/_component-examples.scss @@ -111,11 +111,6 @@ margin-top: 2rem; } - // Undo width of container - .container { - width: auto; - } - > .form-control { + .form-control { margin-top: .5rem;