diff options
| author | ysds <[email protected]> | 2018-10-31 16:49:52 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-31 09:49:52 +0200 |
| commit | 2ffa1bff6eec53331d494b4cb0c915b3f0a213f0 (patch) | |
| tree | bce8604d603ee469b187c0b0ea3d99cd853b774c | |
| parent | 96b49d7833a18028aead9a8c6caae084979865a9 (diff) | |
| download | bootstrap-2ffa1bff6eec53331d494b4cb0c915b3f0a213f0.tar.xz bootstrap-2ffa1bff6eec53331d494b4cb0c915b3f0a213f0.zip | |
Fix empty custom-control-label alignment issue (#27566)
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index ce32774b1..b19e0b45e 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -69,6 +69,7 @@ .custom-control-label { position: relative; margin-bottom: 0; + vertical-align: top; // Background-color and (when enabled) gradient &::before { |
