Skip to content

Commit

Permalink
BUGFIX: Prevent ui help message from overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Dec 1, 2023
1 parent 35e5c51 commit fe55959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-ui-components/src/Tooltip/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
background: var(--colors-ContrastDarkest);
color: white;
box-shadow: 0px 0px 10px rgba(125, 125, 125, .2);
overflow-wrap: break-word;
}

.tooltip--asError .tooltip--inner {
Expand Down

0 comments on commit fe55959

Please sign in to comment.