Skip to content

Commit d8b88a4

Browse files
style: fixed newline position in warning text.
1 parent 7b86cf4 commit d8b88a4

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

plugin/src/main/java/io/snyk/eclipse/plugin/html/StaticPageHtmlProvider.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ public String getInitHtml() {
4444
align-items: center;
4545
}
4646
.welcome-text {
47-
width: 530px;
47+
width: 520px;
48+
}
49+
.agreement-text {
50+
font-size: smaller;
51+
display: inline-block;
52+
width: 350px;
4853
}
4954
.logo {
5055
margin-right: 20px;
@@ -81,7 +86,7 @@ public String getInitHtml() {
8186
</ol>
8287
<p>%s</p>
8388
<button type="button" onclick="window.initiateLogin()">Trust project and scan</button>
84-
<p>
89+
<p class="agreement-text">
8590
By connecting your account with Snyk, you agree to
8691
the Snyk <a href="https://snyk.io/policies/privacy/">Privacy Policy</a>,
8792
and the Snyk <a href="https://snyk.io/policies/terms-of-service/">Terms of Service</a>.

0 commit comments

Comments
 (0)