Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/7.3' into 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 15, 2023
2 parents f0fb41e + ddd9cc9 commit cce5fb4
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 cce5fb4

Please sign in to comment.