Skip to content

Commit

Permalink
Fix wordwrap behavior in console pane
Browse files Browse the repository at this point in the history
Updated console stylesheet to enable wrapping mid-word (i.e., not waiting for a natural breakpoint)
  • Loading branch information
samclark2015 committed Jan 17, 2025
1 parent fefd5f8 commit fdb264a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

.console-core .console-instance .console-instance-container {
cursor: text;
word-wrap: break-word;
}

.console-core .console-instance:focus {
Expand Down

0 comments on commit fdb264a

Please sign in to comment.