Skip to content

Commit

Permalink
* tooltip: keep line break in tooltips.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Oct 13, 2024
1 parent 321bd70 commit ae88a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tooltip/src/style/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
@apply --mr-1;
}
.tooltip-content {
@apply -p-1;
@apply -p-1 -whitespace-pre-wrap;
}

0 comments on commit ae88a53

Please sign in to comment.