Skip to content

Commit

Permalink
chore: applied code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Jun 23, 2023
1 parent a27f4bc commit 5a52e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p2p/src/components/buy-sell/buy-sell-header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const BuySellHeader = ({ table_type }) => {
placeholder={isDesktop() ? localize('Search by nickname') : localize('Search')}
/>
<SortDropdown />
<div style={{ position: 'relative' }} className='buy-sell__header-row--filter'>
<div className='buy-sell__header-row--filter'>
<div
className={classNames('buy-sell__header-row--filter-status', {
'buy-sell__header-row--filter-status--disabled':
Expand Down
1 change: 1 addition & 0 deletions packages/p2p/src/components/buy-sell/buy-sell-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
border-radius: 4px;
display: flex;
margin-left: 0.8rem;
position: relative;

&-icon {
align-self: center;
Expand Down

0 comments on commit 5a52e47

Please sign in to comment.