Skip to content

Commit

Permalink
fix(dropdown): ensure [style] will override inline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored and XhmikosR committed Dec 6, 2020
1 parent 6a27618 commit 9312442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// Reset positioning when positioned with Popper
&[style] {
right: auto;
right: auto !important; // stylelint-disable-line declaration-no-important
}
}

Expand Down

0 comments on commit 9312442

Please sign in to comment.