Improve padding to avoid input number overflow (#15888)

This commit is contained in:
Paul Bottein 2023-03-28 14:40:02 +02:00 committed by GitHub
parent cd6aac85d2
commit 3a700aebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}