Skip to content

Commit f5bf084

Browse files
committed
Adds tweak
1 parent dc38afc commit f5bf084

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/webviews/apps/home/components/preview-banner.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)