Skip to content

Commit a42c7b3

Browse files
authored
Merge pull request #72 from GleapSDK/engagement-tooltip-fix
v14.5.6
2 parents d3dcf86 + b2ed428 commit a42c7b3

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "14.5.5",
3+
"version": "14.5.6",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.5.6/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/UI.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export const injectStyledCSS = (
210210
display: inline !important;
211211
margin: 0px !important;
212212
padding: 0px !important;
213+
word-break: break-word;
213214
}
214215
215216
.gleap-tooltip ul {

0 commit comments

Comments
 (0)