0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-14 23:11:31 -05:00

fix(console): user details card footer ()

This commit is contained in:
Wang Sijie 2022-06-21 17:24:34 +08:00 committed by GitHub
parent e39704a8fa
commit 7fb88f20fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,10 +67,14 @@
.form {
margin-top: _.unit(8);
flex: 1;
display: flex;
flex-direction: column;
}
.fields {
padding-bottom: _.unit(10);
flex: 1;
}
.textField {