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:
parent
0a05c838b1
commit
765778e8ee
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue