fix: env editor width overflow

This commit is contained in:
hehehai
2024-06-13 20:42:46 +08:00
parent a57a776500
commit 3c00937b94
18 changed files with 35 additions and 27 deletions

View File

@@ -127,10 +127,8 @@
background-color: transparent;
}
.compose-file-editor .cm-editor {
@apply min-h-[25rem];
}