We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take code like this:
<dir dir="rtl"> <div class="pretty p-default"> <input type="checkbox" /> <div class="state"> <label>تاست</label> </div> </div> </div>
The checkbox ends up covering the text.
The text was updated successfully, but these errors were encountered:
put this code to support rtl :
[dir="rtl"] .pretty .state label:before,[dir="rtl"] .pretty .state label:after{left:auto;right:0;} [dir="rtl"] .pretty {margin-right:0;margin-left: 1em;}
Sorry, something went wrong.
No branches or pull requests
Take code like this:
The checkbox ends up covering the text.
The text was updated successfully, but these errors were encountered: