Fix icon button padding (#5312)

This commit is contained in:
Aidan Timson 2020-03-22 23:18:13 +00:00 committed by GitHub
parent 415a4fa1af
commit c894bc2e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,7 @@ class HaEntityPicker extends LitElement {
paper-input > paper-icon-button {
width: 24px;
height: 24px;
padding: 2px;
padding: 0px 2px;
color: var(--secondary-text-color);
}
[hidden] {