File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
src/webviews/apps/plus/graph Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -323,20 +323,20 @@ export function GraphWrapper({
323
323
</ div >
324
324
{ graphList . length > 0 && (
325
325
< span className = "actionbar__details" >
326
- { graphList . length } item{ graphList . length ? 's' : '' }
326
+ showing { graphList . length } item{ graphList . length ? 's' : '' }
327
327
</ span >
328
328
) }
329
329
{ isLoading && < span className = "actionbar__loading icon--loading icon-modifier--spin" /> }
330
330
</ div >
331
331
< div className = "actionbar__group" >
332
+ < span className = "badge" > Preview</ span >
332
333
< a
333
334
href = "https://github.com/gitkraken/vscode-gitlens/discussions/2158"
334
335
title = "Commit Graph Feedback"
335
336
aria-label = "Commit Graph Feedback"
336
337
>
337
338
< span className = "codicon codicon-feedback" > </ span >
338
- </ a > { ' ' }
339
- < span className = "badge" > Preview</ span >
339
+ </ a >
340
340
</ div >
341
341
</ footer >
342
342
</ >
Original file line number Diff line number Diff line change 40
40
flex-direction : row ;
41
41
justify-content : space-between ;
42
42
align-items : baseline ;
43
- gap : 0.5rem ;
43
+ gap : 0.75rem ;
44
+ overflow : hidden ;
44
45
45
46
> * {
46
47
margin : 0 ;
58
59
59
60
a {
60
61
color : inherit ;
62
+
63
+ .codicon.codicon-feedback {
64
+ position : relative ;
65
+ top : -2px ;
66
+ }
61
67
}
62
68
63
69
:focus {
You can’t perform that action at this time.
0 commit comments