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
Describe the bug
Cards with an icon have an alignment issue where the icon has a big margin to the right and almost zero margin to the left.
In addition, cards are overlapping each over in horizontal stacks.
To Reproduce
Steps to reproduce the behavior:
Add a new card with an icon (for example Entity Card).
Add a horizontal stack with two Entity Cards.
Expected behavior
The icon should behave similar to the LTR version with the same margin in each side, and cards shouldn’t overlap each over in horizontal stacks.
Screenshots
Additional context
I’m running the latest versions of Mushroom, HACS, Home Assistant, Home Assistant OS and iOS.
The text was updated successfully, but these errors were encountered:
I changed all the margin-right in the code to margin-left and it looks great!
I'm not very familiar with Home Assistant tooling, but if there's a way to detect if the current layout is RTL it should be fairly simple to add support!
Describe the bug
Cards with an icon have an alignment issue where the icon has a big margin to the right and almost zero margin to the left.
In addition, cards are overlapping each over in horizontal stacks.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The icon should behave similar to the LTR version with the same margin in each side, and cards shouldn’t overlap each over in horizontal stacks.
Screenshots
Additional context
I’m running the latest versions of Mushroom, HACS, Home Assistant, Home Assistant OS and iOS.
The text was updated successfully, but these errors were encountered: