File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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 — 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 — easily visualize your repository and keep track of work in progress all in one view.
13801380 </ p >
13811381 </ FeatureGate >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments