Skip to content

Commit 3352a2d

Browse files
committed
v14.3.3
1 parent 2106249 commit 3352a2d

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
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.

published/14.3.3/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.

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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ export const injectStyledCSS = (
18151815
display: flex;
18161816
align-items: center;
18171817
justify-content: flex-start;
1818-
margin-bottom: 20px;
1818+
margin-bottom: 10px;
18191819
}
18201820
18211821
.gleap-tour-sender-image {
@@ -1857,13 +1857,15 @@ export const injectStyledCSS = (
18571857
18581858
.gleap-tour-message p {
18591859
line-height: 1.3;
1860+
margin-bottom: 10px !important;
1861+
margin-top: 10px !important;
18601862
}
18611863
18621864
.gleap-tour-message ul {
18631865
line-height: 1.3;
18641866
padding-left: 20px;
1865-
margin-top: 10px;
1866-
margin-bottom: 10px;
1867+
margin-top: 10px !important;
1868+
margin-bottom: 10px !important;
18671869
}
18681870
18691871
.gleap-tour-message {

0 commit comments

Comments
 (0)