mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-14 10:01:58 -04:00
fix: dropdown svg margin that move the text from the center (#51187)
This commit is contained in:
@@ -56,7 +56,7 @@ const DropDownButton = ({
|
||||
{children}
|
||||
<FontAwesomeIcon
|
||||
icon={dropup ? faCaretUp : faCaretDown}
|
||||
className='mt-2 mx-2 h-3'
|
||||
className='mx-2 h-3'
|
||||
aria-hidden='true'
|
||||
/>
|
||||
</Menu.Button>
|
||||
|
||||
Reference in New Issue
Block a user