fix: line numbers in the monaco editor may wrapped

This commit is contained in:
Lykin 2024-05-22 22:43:54 +08:00
parent f17bb744f4
commit 04bc103583
1 changed files with 4 additions and 0 deletions

View File

@ -249,4 +249,8 @@ onUnmounted(() => {
left: 2px;
right: 2px;
}
:deep(.line-numbers) {
white-space: nowrap;
}
</style>