DamienHarper/auditor-bundle

App.css styles are global other than specifc

RomanApunts opened this issue · 0 comments

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.