Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

fix(dropdown): set min height and width for angle icon #6558

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions projects/angular/src/popover/dropdown/_dropdown.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
top: 50%;
transform: translateY(-50%);
color: inherit;
@include equilateral($clr-dropdown-caret-icon-dimension);
@include min-equilateral($clr-dropdown-caret-icon-dimension);
}

// NOTE: cds-icon handles direction internally.
Expand All @@ -45,7 +45,7 @@
position: absolute;
top: 35%;
color: inherit;
@include equilateral($clr-dropdown-caret-icon-dimension);
@include min-equilateral($clr-dropdown-caret-icon-dimension);
}

&.btn {
Expand Down