mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(console): set min-width to left control panel in SIE (#2729)
This commit is contained in:
parent
e5dc687ee8
commit
a56b3240a3
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
.form {
|
||||
flex: 1;
|
||||
margin-right: _.unit(3);
|
||||
min-width: 535px;
|
||||
}
|
||||
|
||||
.preview {
|
||||
|
|
Loading…
Reference in a new issue