Skip to content

Commit

Permalink
fix: wrapping line in Copy dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Mar 9, 2022
1 parent 8a5456f commit 61b10ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<Icon data={faCut} /> Cut
</button>
</DropdownButton>
<DropdownButton width="150px" items={copyDropdownItems}>
<DropdownButton width="160px" items={copyDropdownItems}>
<button
type="button"
slot="defaultItem"
Expand Down

0 comments on commit 61b10ac

Please sign in to comment.