mirror of
https://github.com/logto-io/logto.git
synced 2025-04-14 23:11:31 -05:00
fix(console): user details card footer (#1175)
This commit is contained in:
parent
e39704a8fa
commit
7fb88f20fc
1 changed files with 4 additions and 0 deletions
|
@ -67,10 +67,14 @@
|
|||
|
||||
.form {
|
||||
margin-top: _.unit(8);
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.fields {
|
||||
padding-bottom: _.unit(10);
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.textField {
|
||||
|
|
Loading…
Add table
Reference in a new issue