0
Fork 0
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:
Charles Zhao 2023-09-18 16:45:43 +08:00 committed by GitHub
parent 0175d80d88
commit 3206ab2daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}