Skip to content

Commit

Permalink
Merge pull request #3669 from neos/bugfix/tooltip-overflow
Browse files Browse the repository at this point in the history
BUGFIX: Prevent ui help message from overflowing
  • Loading branch information
mhsdesign authored Dec 2, 2023
2 parents 35e5c51 + fe55959 commit 32a62c6
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 32a62c6

Please sign in to comment.