Fix rtl mode

This commit is contained in:
2019-11-15 23:35:52 +01:00
parent 471607766c
commit 5d2842f934
3 changed files with 8 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ max_width: <max_width>
min_width: <min_width>
flex_grow: <flex_grow>
justify_content: <justify_content>
ltr: <ltr>
rtl: <rtl>
cards:
<cards>
card_options:
@@ -233,7 +233,7 @@ cards:
- `<flex_grow>` (single value or list) and `<justify_content>` (single value) can be used to tweak the CSS flexbox settings of the layout. See [this excellent guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) for more info.
- `<rtl>` will make the columns display from right to left instead of left to right.
- `<rtl>` will populate the columns from right to left instead of left to right.
## A few tips