Skip to content

Commit

Permalink
Correct quick-pick-detail margin-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jan 15, 2025
1 parent 75d9ec1 commit 8214c33
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ defineProps<{
}
}

&:not(:last-child) {
.quick-pick-detail {
margin-bottom: 2px;
}
}

.quick-pick-icon {
vertical-align: text-bottom;
padding-right: 6px;
Expand Down Expand Up @@ -95,10 +101,6 @@ defineProps<{
text-overflow: ellipsis;
white-space: pre;

&:not(:last-child) {
margin-bottom: 2px;
}

.quick-pick-icon {
font-size: var(--vscode-font-size);
}
Expand Down

0 comments on commit 8214c33

Please sign in to comment.