0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(console): form tab content margin (#2541)

This commit is contained in:
Xiao Yijun 2022-11-28 17:51:02 +08:00 committed by GitHub
parent 00653bb846
commit 0111dd52eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,10 +30,6 @@
.form { .form {
flex: 1; flex: 1;
margin-right: _.unit(3); margin-right: _.unit(3);
> :not(:first-child) {
margin-top: _.unit(3);
}
} }
.preview { .preview {