Skip to content

Commit

Permalink
editor no longer adds extras lines after pressing enter
Browse files Browse the repository at this point in the history
  • Loading branch information
Israellund authored and ilijabojanovic committed Oct 23, 2024
1 parent e9efd90 commit 8fab5c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

position: relative;
word-break: break-word;
white-space: pre-wrap;
@include formatted-text();
@include collapsible();
@include hidden-formatting();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
.MarkdownPreview {
min-height: 255px;
padding: 16px;
white-space: pre-wrap; /* This will render single newlines as line breaks */
word-wrap: break-word;
}

.CustomQuillToolbar {
Expand Down

0 comments on commit 8fab5c4

Please sign in to comment.