Skip to content

Commit

Permalink
Display: Fix position for clear icon in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC authored Jun 26, 2024
1 parent 0a88fa3 commit 5348023
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/css/scss/atoms/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@
}
}

.p-dropdown-clear-icon {
@apply absolute top-1/2 -mt-2;
.p-dropdown {
&-clear-icon {
@apply absolute top-1/2 -mt-2;
}

& &-clear-icon {
@apply right-12;
}
}

.p-dropdown-trigger {
Expand Down

0 comments on commit 5348023

Please sign in to comment.