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

[Bug Report] Badge direction issue on rtl mode #5684

Closed
miladmeidanshahi opened this issue Nov 21, 2018 · 0 comments · Fixed by #5801
Closed

[Bug Report] Badge direction issue on rtl mode #5684

miladmeidanshahi opened this issue Nov 21, 2018 · 0 comments · Fixed by #5801
Labels
good first issue A quick-win fix that would be great for new contributors S: has PR The issue has a pending Pull Request T: bug Functionality that does not work as intended/expected

Comments

@miladmeidanshahi
Copy link
Contributor

Versions and Environment

Vuetify: 1.3.9
Vue: 2.5.17
Browsers: Chrome 70.0.3538.110
OS: Linux x86_64

Steps to reproduce

in RTL mode it should be like this

.v-badge--left .v-badge__badge {
left: -22px;
right: initial;
}

Expected Behavior

prop left must be fine in RTL mode

Actual Behavior

currently in RTL mode prop left doesn't work correctly

Reproduction Link

https://codepen.io/miladmeidanshahi/pen/OazKaq

@jacekkarczmarczyk jacekkarczmarczyk added T: bug Functionality that does not work as intended/expected good first issue A quick-win fix that would be great for new contributors labels Nov 21, 2018
jacekkarczmarczyk added a commit that referenced this issue Dec 4, 2018
@jacekkarczmarczyk jacekkarczmarczyk added the S: has PR The issue has a pending Pull Request label Dec 4, 2018
johnleider pushed a commit that referenced this issue Dec 9, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Dec 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue A quick-win fix that would be great for new contributors S: has PR The issue has a pending Pull Request T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants