Skip to content

Commit

Permalink
fix(multiselect): move icon into flow to avoid text overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Apr 4, 2024
1 parent d96646d commit cf689be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions addon/styles/_pix-multi-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@

position: relative;
display: flex;
gap: var(--pix-spacing-1x);
align-items: center;
justify-content: space-between;
width: 100%;
padding: var(--pix-spacing-2x) var(--pix-spacing-3x);
color: var(--pix-neutral-900);
Expand Down Expand Up @@ -56,9 +58,6 @@
&__dropdown-icon {
@extend %pix-body-s;

position: absolute;
top: calc(50% - 6px);
right: 10px;
color: var(--pix-neutral-900);
pointer-events: none;
}
Expand Down

0 comments on commit cf689be

Please sign in to comment.