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
Hi i have a problem with app.css come with this bundle in that file are these linees:
ol,ul{list-style:none;padding:0}
How you can see this rule aply to entire app and ofcourse that break all my lists.
¿What i am doing wrong? I'm using this on all my pages because i have a sidebar panel where i can browser to see audits logs. Maybe a solution will bé to add a parent class to specify that rule just apply on children of audits.
Like this one:
.auditor ol,ul{list-style:none;padding:0}
I hope you undestand me and can help me to solve my problem.
The text was updated successfully, but these errors were encountered:
Hi i have a problem with app.css come with this bundle in that file are these linees:
ol,ul{list-style:none;padding:0}
How you can see this rule aply to entire app and ofcourse that break all my lists.
¿What i am doing wrong? I'm using this on all my pages because i have a sidebar panel where i can browser to see audits logs. Maybe a solution will bé to add a parent class to specify that rule just apply on children of audits.
Like this one:
.auditor ol,ul{list-style:none;padding:0}
I hope you undestand me and can help me to solve my problem.
The text was updated successfully, but these errors were encountered: