-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EuiDualRange] Additional inline margin added for long labels #4109
Comments
Thanks, @Kikky The extra margin is added in this case because of the length of the labels, but I agree that the outcome does not meet expectations. We'll likely need to look at alternative methods for adjusting label location. |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
@miukimiu Maybe keep this in mind when you look into EuiDualRange adjustments for the time slider. |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
Resolved by #4781 |
Version: 29.3.0
With this code I get 2 range elements with different widths, because of additional inline margin to div.euiRangeTrack (margin-left: 0.8em; for first range element).
If I set the values from 0 to 100 like in tutorial - everything is fine and no additional inline margins appear.
is it a bug or I don't understand something? Thanks in advance.
The text was updated successfully, but these errors were encountered: