mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix overflow on sensor card (#17284)
This commit is contained in:
parent
5ed348aa56
commit
3a4d2db8ff
@ -76,6 +76,9 @@ class HuiSensorCard extends HuiEntityCard {
|
||||
return [
|
||||
HuiEntityCard.styles,
|
||||
css`
|
||||
ha-card {
|
||||
overflow: hidden;
|
||||
}
|
||||
.info {
|
||||
direction: ltr;
|
||||
text-align: var(--float-start);
|
||||
|
Loading…
x
Reference in New Issue
Block a user