Skip to content

Commit

Permalink
fix: line numbers in the monaco editor may wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed May 22, 2024
1 parent f17bb74 commit 04bc103
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/content_value/ContentEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,8 @@ onUnmounted(() => {
left: 2px;
right: 2px;
}
:deep(.line-numbers) {
white-space: nowrap;
}
</style>

0 comments on commit 04bc103

Please sign in to comment.