Fix height of ha-icon-input (#7767)

This commit is contained in:
Bram Kragten 2020-12-01 22:51:15 +01:00 committed by GitHub
parent 0e362b851b
commit 3ebf816ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,8 +60,9 @@ export class HaIconInput extends LitElement {
static get styles() {
return css`
ha-icon {
position: relative;
bottom: 4px;
position: absolute;
bottom: 2px;
right: 0;
}
`;
}