Skip to content
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

Merged
merged 4 commits into from
Nov 7, 2017
Merged

[FIX] Range Slider Value label has bug in RTL #8441

merged 4 commits into from
Nov 7, 2017

Conversation

cyclops24
Copy link
Contributor

@RocketChat/core

Closes #8437

Before:
32

After:
33

line-height: 20px;
}

.rtl .range-slider-value {
margin-right: 8px;
margin-left: unset;
Copy link
Member

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

Copy link
Contributor Author

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;

Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rodrigok I done it.

@cyclops24
Copy link
Contributor Author

@rodrigok Can you merge it?

/CC: @engelgabriel

@rodrigok
Copy link
Member

@karlprieb Can you review?

@rodrigok rodrigok added this to the 0.60.0 milestone Nov 7, 2017
@rodrigok rodrigok merged commit dc402b2 into RocketChat:develop Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] [UI] Range Slider Value label has bug in RTL
4 participants