Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Add wrap to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
darling committed Jan 8, 2024
1 parent 4f06057 commit e93bf02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/assets/styles/defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ textarea,
}
}

.cm-content {
white-space: pre-wrap !important;
}

input[type='number'] {
&::-webkit-inner-spin-button,
&::-webkit-outer-spin-button {
Expand Down

0 comments on commit e93bf02

Please sign in to comment.