Skip to content

Commit

Permalink
fix: fix stylelint error on dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Nov 14, 2024
1 parent 2d820e7 commit 8ab7106
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/dropdown/src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
white-space: nowrap;
}


/* stylelint-disable selector-id-pattern */
#showStateIcon {
display: flex;
height: 100%;
Expand All @@ -68,6 +70,7 @@
}
}
}
/* stylelint-enable selector-id-pattern */

.helpText {
margin-top: var(--ds-size-50, $ds-size-50);
Expand Down

0 comments on commit 8ab7106

Please sign in to comment.