mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): detail form tabs should not have unexpected margin-top (#4544)
This commit is contained in:
parent
0175d80d88
commit
3206ab2daa
1 changed files with 5 additions and 9 deletions
|
@ -5,20 +5,16 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: _.unit(2);
|
||||
gap: _.unit(4);
|
||||
|
||||
&.withSubmitActionBar {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
>:not(:first-child) {
|
||||
margin-top: _.unit(4);
|
||||
}
|
||||
|
||||
.fields {
|
||||
flex-grow: 1;
|
||||
|
||||
> :not(:first-child) {
|
||||
margin-top: _.unit(4);
|
||||
}
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: _.unit(4);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue