Skip to content

Commit 074f3fb

Browse files
Move dropdown arrow away from the right-hand edge
1 parent c316d52 commit 074f3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/common/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const StyledDropdown = styled.select<{ disabled?: boolean }>`
99
height: calc(var(--input-height) * 1px);
1010
background: var(--vscode-dropdown-background);
1111
color: var(--vscode-foreground);
12-
border: none;
12+
border-width: 0 5px 0 0;
1313
padding: 2px 6px 2px 8px;
1414
opacity: ${(props) =>
1515
props.disabled ? "var(--disabled-opacity)" : "inherit"};

0 commit comments

Comments
 (0)