mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Fix height of ha-icon-input
(#7767)
This commit is contained in:
parent
0e362b851b
commit
3ebf816ce2
@ -60,8 +60,9 @@ export class HaIconInput extends LitElement {
|
|||||||
static get styles() {
|
static get styles() {
|
||||||
return css`
|
return css`
|
||||||
ha-icon {
|
ha-icon {
|
||||||
position: relative;
|
position: absolute;
|
||||||
bottom: 4px;
|
bottom: 2px;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user