Browse Source

Fixes actions not overlaying on Commit Details view

main
Eric Amodio 2 years ago
parent
commit
59a7ebcb3d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/webviews/apps/shared/components/list/list-item.ts

+ 2
- 0
src/webviews/apps/shared/components/list/list-item.ts View File

@ -98,6 +98,7 @@ const styles = css`
border: none;
outline: none;
cursor: pointer;
min-width: 0;
}
.icon {
@ -144,6 +145,7 @@ const styles = css`
white-space: nowrap;
text-align: left;
text-overflow: ellipsis;
flex: 1;
}
.description {

Loading…
Cancel
Save