You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#21023.
Uses some math functions to determine what the offset should be. This is helpful for those who customize the size of their indicators and still want them vertically centered.
The checkbox alignment was changed in this commit: 82e7abc.
This broke the alignment on our page. I have not overridden the vertical alignment of the element.
That magic number on line 64 looks a bit suspicious to me. Maybe the top margin needs to be calculated.
My
$custom-control-indicator-size
is 1.5em. Maybe the top value can be calculated from that value and the line height.The text was updated successfully, but these errors were encountered: