Its a simple unordered list, which im working on, cant expose much of the work but im using Material UI for this list.
Now, the problem
(user agent) html.css
has a css written with
padding-inline-start: 40px
but its not applied to the ul element. Though when i input this in "element", it work perfectly.
My research on this has led to to know that every browser has its own css written which is known as
user agent stylesheet
Dont know what is happening here, but yes development is becoming a mess. If anyone knows the answer, thanks in advance.