Skip to content

Commit

Permalink
Merge pull request #5281 from skdud4659/feature/tooltip
Browse files Browse the repository at this point in the history
chore: changed tooltip inner white space style
  • Loading branch information
skdud4659 authored Dec 20, 2024
2 parents c90d8ec + 2381535 commit 7b9db79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mirinae/src/data-display/tooltips/PTooltip.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $space: 8px;
background-color: $tooltip-color;
color: white;
padding: 5px 8px;
white-space: pre;
white-space: pre-wrap;
}

.tooltip-arrow {
Expand Down

0 comments on commit 7b9db79

Please sign in to comment.