fix(ui): the code editor breaks the page container

This commit is contained in:
charlie
2024-12-16 14:30:30 +08:00
parent 85632cc631
commit 21d03bb08e
3 changed files with 3 additions and 3 deletions

View File

@@ -1018,7 +1018,7 @@ html.is-mac {
}
.ls-code-editor-wrap {
@apply relative w-full;
@apply relative w-full overflow-hidden rounded;
.extensions__code-lang {
@apply hidden;