Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App.css styles are global other than specifc #356

Open
RomanApunts opened this issue Mar 24, 2023 · 0 comments
Open

App.css styles are global other than specifc #356

RomanApunts opened this issue Mar 24, 2023 · 0 comments

Comments

@RomanApunts
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant