Skip to content

Commit

Permalink
fix: decrease EditorDropdown caret size to handle zoomed browsers better
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn Gough committed Nov 28, 2017
1 parent 08460c0 commit a58d2bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -204,7 +204,7 @@ class TransUnitTranslationFooter extends React.Component {
buttonClassByStatus[selectedButtonStatus])}
title="Save as…">
<div className="Dropdown-toggleIcon">
<Icon name="chevron-down" className="n1" title="Save as…" />
<Icon name="chevron-down" className="n2" title="Save as…" />
</div>
</Button>
: undefined
Expand Down

0 comments on commit a58d2bc

Please sign in to comment.