-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[FIX] Range Slider Value label has bug in RTL #8441
Conversation
line-height: 20px; | ||
} | ||
|
||
.rtl .range-slider-value { | ||
margin-right: 8px; | ||
margin-left: unset; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the same indentation style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodrigok I done it.
cursor: pointer; | ||
transition: background 0.15s ease-in-out; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not introduce unnecessary changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rodrigok I done it.
@rodrigok Can you merge it? /CC: @engelgabriel |
@karlprieb Can you review? |
@RocketChat/core
Closes #8437
Before:
After: