0
Fork 0
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:
Charles Zhao 2022-12-26 21:23:13 +08:00 committed by GitHub
parent e5dc687ee8
commit a56b3240a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@
.form {
flex: 1;
margin-right: _.unit(3);
min-width: 535px;
}
.preview {