Skip to content

Commit c42f090

Browse files
Fixes styling issues on some feature gates
1 parent 28a863a commit c42f090

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/webviews/apps/plus/graph/GraphWrapper.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ export function GraphWrapper({
13641364
<p slot="feature">
13651365
<a href="https://help.gitkraken.com/gitlens/gitlens-features/#commit-graph-%e2%9c%a8">
13661366
Commit Graph
1367-
</a>
1367+
</a>{' '}
13681368
&mdash; helps you easily visualize your repository and keep track of all work in progress.
13691369
<br />
13701370
<br />
@@ -1375,7 +1375,7 @@ export function GraphWrapper({
13751375
<p slot="feature-short">
13761376
<a href="https://help.gitkraken.com/gitlens/gitlens-features/#commit-graph-%e2%9c%a8">
13771377
Commit Graph
1378-
</a>
1378+
</a>{' '}
13791379
&mdash; easily visualize your repository and keep track of work in progress all in one view.
13801380
</p>
13811381
</FeatureGate>

src/webviews/apps/plus/timeline/timeline.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ body[data-placement='editor'] {
4242
background-color: var(--color-background);
4343
}
4444

45+
a {
46+
text-decoration: none;
47+
48+
&:hover {
49+
text-decoration: underline;
50+
}
51+
}
52+
4553
.container {
4654
display: grid;
4755
grid-template-rows: min-content 1fr min-content;

0 commit comments

Comments
 (0)