You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the issue? * The SCSS list item padding variables—$list-item-padding-vertical and $list-item-padding-horizontal—are only applied to non-clickable (no ng-click or ng-href) list items. To consistently override list item padding, a new CSS rule must be applied, rather than simply overriding the variable values.
What is the expected behavior? When overriding the SCSS list item padding variables, the new padding is applied consistently to clickable and non-clickable list items.