🐛 Bug Fixes
Release Notes - Version 2.3.3
🐛 Bug Fixes
RTL Layout Compatibility Fix
- Added
direction: ltr;CSS property to all card variants to ensure consistent left-to-right text rendering- Problem Solved:
- Cards now display correctly when Home Assistant is set to RTL languages (Arabic, Hebrew, Persian, etc.)
- Speed values maintain proper order (e.g., "100 Mbps" instead of "Mbps 100")
- Gauges, metrics, and labels align properly regardless of system language settings
- Prevents text direction inheritance issues from parent elements
🎯 Improvements
- Consistent Visual Experience: All card variants now explicitly enforce LTR direction for numerical data display
- Better International Support: Improved compatibility for users with RTL system languages
Contributors
Special thanks to @Jonsonmon for contributing.