Fix ha control select option size (#18746)

This commit is contained in:
Paul Bottein 2023-11-24 12:02:44 +01:00 committed by GitHub
parent 7d9d6b99d9
commit 6aa9737481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ export class HaControlSelect extends LitElement {
position: relative;
flex: 1;
height: 100%;
width: 40px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;