Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fix padding for open template source button (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: laven-s <[email protected]>
  • Loading branch information
Tim Etchells authored and jopit committed Dec 17, 2019
1 parent c67f56d commit 08ad1cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion dev/res/css/connection-overview.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ body {
margin-left: 1rem;
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;
margin-bottom: 0px;
}

#link-container-box .registry-help-label {
margin-bottom: 15px;
}

#link-container-box img {
Expand Down
2 changes: 1 addition & 1 deletion dev/src/command/webview/pages/ConnectionOverviewPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function getConnectionInfoHtml(connectionInfo: ConnectionOverview
<div id="link-container-box">
<h3>Add Registries <a href="${CWDocs.getDocLink(CWDocs.REGISTRIES)}"><img alt="Learn More" src="${WebviewUtil.getIcon(Resources.Icons.Help)}"/></a></h3>
<p>Optional: Add registries to pull private project images, or add a push registry for Codewind style projects.</p>
<p class="registry-help-label">Optional: Add registries to pull private project images, or add a push registry for Codewind style projects.</p>
<div type="button" class="btn btn-prominent" onclick=sendMsg("${ConnectionOverviewWVMessages.REGISTRY}");>Open Container Registry Manager</div>
</div>
</div>
Expand Down

0 comments on commit 08ad1cb

Please sign in to comment.