fix: playground parameters area resizable
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
height: calc(100vh - 72px);
|
||||
width: 100%;
|
||||
width: calc(100% - 390px);
|
||||
|
||||
.message-list-wrap {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user