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:
parent
1ae64f41cb
commit
560ccbc77d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue