Skip to content

Commit 9d9ad06

Browse files
committed
Fixes white space issue on push/pull button
1 parent 34a2782 commit 9d9ad06

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/webviews/apps/plus/graph/actions/gitActionsButtons.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,11 @@ export class PushPullButton extends LitElement {
243243
</span>
244244
</span>
245245
</a>
246-
<div slot="content" style="white-space: break-spaces">
246+
<div slot="content">
247247
${this.renderTooltipContent(action)}
248248
${this.fetchedText
249-
? html`
250-
<hr />
251-
Last fetched ${this.fetchedText}
252-
`
249+
? html`<hr />
250+
Last fetched ${this.fetchedText}`
253251
: ''}
254252
</div>
255253
</gl-tooltip>

0 commit comments

Comments
 (0)