diff options
| author | Gijs Boddeus <[email protected]> | 2017-10-22 21:19:11 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-22 12:19:11 -0700 |
| commit | 7bb82a5fb1c62aaaf11927f14ef791689734595e (patch) | |
| tree | 26eb3485f30c1983835da13ff691adbd8c06919f /scss/_forms.scss | |
| parent | 6824f71795d7cae53ac89da9eb8ebe8548278f83 (diff) | |
| download | bootstrap-7bb82a5fb1c62aaaf11927f14ef791689734595e.tar.xz bootstrap-7bb82a5fb1c62aaaf11927f14ef791689734595e.zip | |
match width behaviour of form-control to form-control-plaintext (#24486)
Diffstat (limited to 'scss/_forms.scss')
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 3ebeae29c..42f2399e8 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -127,6 +127,8 @@ select.form-control { // text (without any border, background color, focus indicator) .form-control-plaintext { + display: block; + width: 100%; padding-top: $input-btn-padding-y; padding-bottom: $input-btn-padding-y; margin-bottom: 0; // match inputs if this class comes on inputs with default margins |
