0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

style(console): set min-width to sie form and preview (#3576)

This commit is contained in:
Xiao Yijun 2023-03-22 13:13:03 +08:00 committed by GitHub
parent 0a05c838b1
commit 765778e8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,25 +26,21 @@
display: flex;
flex: 1;
margin-bottom: _.unit(6);
justify-content: center;
min-width: min-content;
&.withSubmitActionBar {
margin-bottom: _.unit(3);
}
> * {
max-width: 800px;
flex: 1;
min-width: 540px;
}
.form {
flex: 1;
margin-right: _.unit(6);
min-width: 535px;
}
.preview {
flex: 1;
position: sticky;
top: _.unit(4);
align-self: flex-start;