mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 13:14:42 +00:00
Merge pull request #21034 from twbs/better-custom-control-alignment
Calculcate the top offset for custom control indicators
This commit is contained in:
commit
4a05116020
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
.custom-control-indicator {
|
||||
position: absolute;
|
||||
top: .25rem;
|
||||
top: (($line-height-base - $custom-control-indicator-size) / 2);
|
||||
left: 0;
|
||||
display: block;
|
||||
width: $custom-control-indicator-size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue