Skip to content

Commit f05e5cb

Browse files
committed
v14.2.9
1 parent 0227d1b commit f05e5cb

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
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.2.8",
3+
"version": "14.2.9",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.2.9/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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ export const injectStyledCSS = (
20182018
20192019
.gleap-admin-frame {
20202020
width: 100%;
2021-
height: 100%;
2021+
height: 100% !important;
20222022
border: none;
20232023
outline: none;
20242024
display: block;

0 commit comments

Comments
 (0)