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

Commit 08ad1cb

Browse files
Tim Etchellsjopit
Tim Etchells
authored andcommitted
fix padding for open template source button (#361)
Signed-off-by: laven-s <laven.s@ibm.com>
1 parent c67f56d commit 08ad1cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dev/res/css/connection-overview.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@ body {
9999
margin-left: 1rem;
100100
font-size: 14px;
101101
margin-top: 10px;
102-
margin-bottom: 10px;
102+
margin-bottom: 0px;
103+
}
104+
105+
#link-container-box .registry-help-label {
106+
margin-bottom: 15px;
103107
}
104108

105109
#link-container-box img {

dev/src/command/webview/pages/ConnectionOverviewPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function getConnectionInfoHtml(connectionInfo: ConnectionOverview
9494
9595
<div id="link-container-box">
9696
<h3>Add Registries <a href="${CWDocs.getDocLink(CWDocs.REGISTRIES)}"><img alt="Learn More" src="${WebviewUtil.getIcon(Resources.Icons.Help)}"/></a></h3>
97-
<p>Optional: Add registries to pull private project images, or add a push registry for Codewind style projects.</p>
97+
<p class="registry-help-label">Optional: Add registries to pull private project images, or add a push registry for Codewind style projects.</p>
9898
<div type="button" class="btn btn-prominent" onclick=sendMsg("${ConnectionOverviewWVMessages.REGISTRY}");>Open Container Registry Manager</div>
9999
</div>
100100
</div>

0 commit comments

Comments
 (0)