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:
Philip Allgaier 2021-05-25 17:58:20 +02:00 committed by GitHub
parent 21a3a8c594
commit 2b8033a97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -553,8 +553,6 @@ class MoreInfoLight extends LitElement {
.content > * {
width: 100%;
max-height: 84px;
overflow: hidden;
}
.color_temp {