Skip to content

Commit

Permalink
Ameerul /WEBREL-1159 Sort by column alignment in P2P Buy/Sell page is…
Browse files Browse the repository at this point in the history
… off (binary-com#9876)

* chore: fixed sort dropdown alignment

* chore: changed styling for dropdown
  • Loading branch information
ameerul-deriv committed Aug 31, 2023
1 parent 0bdd7dd commit 7ae26aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
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 @@ -64,6 +64,7 @@
&-row {
display: flex;
flex-direction: row;
align-items: center;

@include mobile {
display: grid;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.currency-dropdown {
margin-top: 2.4rem;
position: relative;

@include mobile {
Expand Down
1 change: 0 additions & 1 deletion packages/p2p/src/components/buy-sell/sort-dropdown.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.sort-dropdown {
height: 4.4rem;
margin: 2.4rem 0;
width: 24rem;

.dc-dropdown__display {
Expand Down

0 comments on commit 7ae26aa

Please sign in to comment.