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
The current spacing is poor because the range is equidistant from the label before and after, which can make it hard to understand which control and which label are related:
It would be good to update the spacing so that there's a larger gap between the control and the subsequent label.
Considering #41973 it would also be good to increase the height of the input itself to 40px instead of the current 30px.
The text was updated successfully, but these errors were encountered:
@jameskoster I have a PR for this here. It was hard to get the exact dimensions you specified due to the way the range control is absolute positioned, but let me know what you think and let me know if you think it needs further px adjustments.
I also added a slight indent when in unlinked mode which I think really helps to indicate which dimension setting the controls relate to, particularly if you have margin and padding settings.
Part of #43412
The current spacing is poor because the range is equidistant from the label before and after, which can make it hard to understand which control and which label are related:
It would be good to update the spacing so that there's a larger gap between the control and the subsequent label.
Considering #41973 it would also be good to increase the height of the input itself to 40px instead of the current 30px.
The text was updated successfully, but these errors were encountered: