diff options
| author | Mark Otto <[email protected]> | 2016-12-21 13:14:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:48:07 -0800 |
| commit | c7be14d66b6cd863eb52b5b2cd7a581e0a5dd230 (patch) | |
| tree | afc96c06c71fe2070fedfd23f567dc762e3ab0f7 | |
| parent | 530b9bcba457a893ceea11465c401f47bb98788c (diff) | |
| download | bootstrap-c7be14d66b6cd863eb52b5b2cd7a581e0a5dd230.tar.xz bootstrap-c7be14d66b6cd863eb52b5b2cd7a581e0a5dd230.zip | |
no need for this; we have max-width 100% on them now
| -rw-r--r-- | docs/assets/scss/_component-examples.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index 10b2fc8dc..6e2b07121 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; |
