mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Improve padding to avoid input number overflow (#15888)
This commit is contained in:
parent
cd6aac85d2
commit
3a700aebcc
@ -98,7 +98,7 @@ export class MoreInfoInfo extends LitElement {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
padding: 8px 24px 24px 24px;
|
||||
padding: 24px;
|
||||
padding-bottom: max(env(safe-area-inset-bottom), 24px);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user