Fix cut off slider value (#10250)

This commit is contained in:
chriss158 2021-11-05 11:55:03 +01:00 committed by GitHub
parent b97d6d7059
commit ea331dbe0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,6 @@ class HuiEntitiesCard extends LitElement implements LovelaceCard {
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
}
.card-header {
display: flex;
@ -261,7 +260,7 @@ class HuiEntitiesCard extends LitElement implements LovelaceCard {
}
#states > div > * {
overflow: hidden;
overflow: clip visible;
}
#states > div {