Skip to content

Commit

Permalink
fix(schema-history): remove unnecessary margin on version selector (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-radhakrishnan authored Nov 3, 2022
1 parent ab904cd commit c3c2b27
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ const StyledQuestionCircleOutlined = styled(QuestionCircleOutlined)`
}
`;

const StyledCaretDownOutlined = styled(CaretDownOutlined)`
&&& {
margin-top: 8px;
}
`;

const StyledInput = styled(Input)`
border-radius: 70px;
max-width: 300px;
Expand Down Expand Up @@ -275,7 +269,7 @@ export default function SchemaHeader({
});
}}
data-testid="schema-version-selector-dropdown"
suffixIcon={<StyledCaretDownOutlined />}
suffixIcon={<CaretDownOutlined />}
>
{renderOptions()}
</SchemaBlameSelector>
Expand Down

0 comments on commit c3c2b27

Please sign in to comment.