File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
src/webviews/apps/home/components Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ export class GlPreviewBanner extends LitElement {
5555 .feedback {
5656 white-space: nowrap;
5757 }
58+
59+ p {
60+ margin-block: 0;
61+ }
5862 ` ,
5963 ] ;
6064
@@ -99,9 +103,11 @@ export class GlPreviewBanner extends LitElement {
99103 return html `
100104 < gl-card >
101105 < h4 class ="title "> Welcome to the GitLens Home View</ h4 >
102- Streamline your workflow—effortlessly track, manage, and collaborate on your branches and pull
103- requests—all in one intuitive hub.
104- < a class ="feedback " href ="https://help.gitkraken.com/gitlens/home-view/ "> Learn more</ a > .
106+ < p >
107+ Streamline your workflow — effortlessly track, manage, and collaborate on your branches and pull
108+ requests, all in one intuitive hub.
109+ < a class ="feedback " href ="https://help.gitkraken.com/gitlens/home-view/ "> Learn more</ a >
110+ </ p >
105111 < gl-button slot ="actions " appearance ="toolbar " tooltip ="Dismiss Welcome " @click =${ ( ) => this . onClose ( ) }
106112 > < code-icon icon ="close "> </ code-icon
107113 > </ gl-button >
You can’t perform that action at this time.
0 commit comments