0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-27 21:39:16 -05:00

style(console): fix outline cutting issue on form field (#3595)

This commit is contained in:
Xiao Yijun 2023-03-23 17:51:13 +08:00 committed by GitHub
parent 1c8d8d36c6
commit 054299a57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,4 +40,5 @@
.form {
flex-grow: 1;
overflow: hidden;
padding: 0 _.unit(1);
}