We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b86cf4 commit d8b88a4Copy full SHA for d8b88a4
1 file changed
plugin/src/main/java/io/snyk/eclipse/plugin/html/StaticPageHtmlProvider.java
@@ -44,7 +44,12 @@ public String getInitHtml() {
44
align-items: center;
45
}
46
.welcome-text {
47
- width: 530px;
+ width: 520px;
48
+ }
49
+ .agreement-text {
50
+ font-size: smaller;
51
+ display: inline-block;
52
+ width: 350px;
53
54
.logo {
55
margin-right: 20px;
@@ -81,7 +86,7 @@ public String getInitHtml() {
81
86
</ol>
82
87
<p>%s</p>
83
88
<button type="button" onclick="window.initiateLogin()">Trust project and scan</button>
84
- <p>
89
+ <p class="agreement-text">
85
90
By connecting your account with Snyk, you agree to
91
the Snyk <a href="https://snyk.io/policies/privacy/">Privacy Policy</a>,
92
and the Snyk <a href="https://snyk.io/policies/terms-of-service/">Terms of Service</a>.
0 commit comments