mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-05-11 12:58:05 +08:00
fix: line numbers in the monaco editor may wrapped
This commit is contained in:
parent
f17bb744f4
commit
04bc103583
@ -249,4 +249,8 @@ onUnmounted(() => {
|
||||
left: 2px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
:deep(.line-numbers) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user