mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-26 06:17:20 +00:00
Prevent cutting off of attributes in more-info light (#9219)
* Prevent cutting off of attributes in more-info light * Update src/dialogs/more-info/controls/more-info-light.ts Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
21a3a8c594
commit
2b8033a97f
@ -553,8 +553,6 @@ class MoreInfoLight extends LitElement {
|
||||
|
||||
.content > * {
|
||||
width: 100%;
|
||||
max-height: 84px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.color_temp {
|
||||
|
Loading…
x
Reference in New Issue
Block a user