This repository was archived by the owner on Nov 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/command/webview/pages Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments