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;
|
left: 2px;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.line-numbers) {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue