Skip to content

Commit

Permalink
feat: allow multiline placeholder
Browse files Browse the repository at this point in the history
fix #1174
  • Loading branch information
Alex-D committed Nov 25, 2020
1 parent 03ca8b7 commit 85a9e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/sass/trumbowyg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ $slow-transition-duration: 300ms !default;
content: attr(placeholder);
color: #999;
pointer-events: none;
white-space: break-spaces;
}

.trumbowyg-button-pane {
Expand Down

0 comments on commit 85a9e66

Please sign in to comment.