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
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
fix(list): incorrect item spacing with trailing meta in RTL
Currently if developers use the `mdc-list-item` in RTL mode with
`--with-trailing-meta`, `--with-trailing-icon` et all, the horizontal
spacing on the start breaks due to the `reflexive-property` incorrectly
using `auto` instead of the default `16px` for the start side. The `auto`
value accidentally overrides the already-set `16px` horizontal padding
resulting in no side padding at the start.
Fixes#7024.
0 commit comments