mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 11:20:58 +00:00
Fix empty custom-control-label alignment issue (#27566)
This commit is contained in:
parent
96b49d7833
commit
2ffa1bff6e
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@
|
|||
.custom-control-label {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
vertical-align: top;
|
||||
|
||||
// Background-color and (when enabled) gradient
|
||||
&::before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue