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
This issue is related to #661 which introduces 8dp padding between side-by-side buttons but does not take into account the RTL context.
0.12.0
All of them
macOS 10.12.4
There should be 8dp padding between side-by-side buttons
There is no 8dp padding between side-by-side buttons.
The text was updated successfully, but these errors were encountered:
This should be solved using mdc-rtl-reflexive-box within line L137 as follows:
&__button { @include mdc-rtl-reflexive-box(margin, right, 8px); &:last-child { @include mdc-rtl-reflexive-box(margin, right, 0); } }
Sorry, something went wrong.
07f4ee7
fix(dialog): Add 8dp padding for side-by-side buttons in RTL (#752)
3eefd8c
Fixes #750
No branches or pull requests
This issue is related to #661 which introduces 8dp padding between side-by-side buttons but does not take into account the RTL context.
What MDC-Web Version are you using?
0.12.0
What browser(s) is this bug affecting?
All of them
What OS are you using?
macOS 10.12.4
What are the steps to reproduce the bug?
What is the expected behavior?
There should be 8dp padding between side-by-side buttons
What is the actual behavior?
There is no 8dp padding between side-by-side buttons.
The text was updated successfully, but these errors were encountered: