https://i.sstatic.net/UXF3l.png
Currently, I am working on a simple unordered list project where I am utilizing Material UI. However, there seems to be an issue that I would like some help with.
(user agent) html.css
The CSS includes the property
padding-inline-start: 40px
but strangely, this style is not being applied to the ul element. When I manually input it in the "element", it works perfectly fine.
Upon further research, I discovered that each browser has its own default stylesheet known as
user agent stylesheet
I am unsure of what exactly is causing this problem, and it's making development quite chaotic. Any insights or solutions are greatly appreciated. Thank you in advance.