You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Adding RTL support to FlowRow would allow to use this component to right align multiple components (e.g. buttons) and overflow them correctly into the correct order in case there is not enough space available -- but still showing the first button at the top.
Expected behavior
The following components in an RTL layout
| ... space ... | 3 | 2 | 1 |
should overflow into
| ... space ... | 1 |
| ... space ... | 2 |
| ... space ... | 3 |
Description
Adding RTL support to
FlowRow
would allow to use this component to right align multiple components (e.g. buttons) and overflow them correctly into the correct order in case there is not enough space available -- but still showing the first button at the top.Expected behavior
The following components in an RTL layout
should overflow into
PR incoming
I will create a PR for this, soon.
Additional context
Allows to align buttons according to the Material Dialog Specification:
The text was updated successfully, but these errors were encountered: