ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
13 stars 8 forks source link

fix(_list.scss): fix Multi level OL and UL list-item doubling and padding squeeze #1170

Closed Bob-E closed 1 year ago

Bob-E commented 1 year ago

Fix Multi level Ordered and Unordered Lists list-item doubling and padding squeeze

Description of problem

Multi level Unordered and ordered lists have double bullet or double numbered list-items Multi level Ordered and Unordered Lists' right padding causing list items to squeeze to be super narrow on mobile screens

Solution

list-item:none; where appropriate remove right padding on nested list items add counter-reset: listcounter; to li ol

Links

Checklist

Browsers

Images

scott-williams-az commented 1 year ago

Looks good