Skip to content

Commit

Permalink
Fixing issues with long literals (unisonweb#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreystepanov committed Jan 25, 2024
1 parent 1cf5b17 commit 00c9b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/code/syntax.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ code a:active .tooltip-trigger.tooltip_show .tooltip {
.rich .bytes-literal,
.rich .char-literal {
color: var(--color-syntax-text);
/* Fixes issue #73 */
white-space: pre-wrap;
}

.rich .boolean-literal,
Expand Down

0 comments on commit 00c9b18

Please sign in to comment.