Merge pull request #15549 from calixteman/padding_inline

[XFA] Add some padding inline in selects
This commit is contained in:
calixteman 2022-10-07 03:49:14 -10:00 committed by GitHub
commit 3dc9b427b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,6 +219,10 @@
background-image: var(--xfa-unfocused-field-background);
}
.xfaSelect {
padding-inline: 2px;
}
.xfaTop > .xfaTextfield,
.xfaTop > .xfaSelect,
.xfaBottom > .xfaTextfield,