0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

style(ui): adjust input suffix button padding space (#3194)

This commit is contained in:
simeng-li 2023-02-24 10:14:29 +08:00 committed by GitHub
parent 1ae64f41cb
commit 560ccbc77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
.suffix { .suffix {
position: absolute; position: absolute;
right: _.unit(4); right: _.unit(2);
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
width: _.unit(8); width: _.unit(8);