mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Fix icon button padding (#5312)
This commit is contained in:
parent
415a4fa1af
commit
c894bc2e40
@ -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] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user