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

fix(console): dropdown padding (#1168)

This commit is contained in:
Xiao Yijun 2022-06-21 11:48:46 +08:00 committed by GitHub
parent d36a7ab242
commit 56d3f96106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
.list { .list {
margin: 0; margin: 0;
padding: _.unit(2) _.unit(1); padding: _.unit(1);
max-height: 288px; max-height: 288px;
overflow-y: auto; overflow-y: auto;
} }