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

Forcing display block to some css classes - to prevent mess with user defined css #509

Open
simogeo opened this issue Aug 2, 2022 · 0 comments

Comments

@simogeo
Copy link

simogeo commented Aug 2, 2022

to prevent big mess with user defined css, you could add display:block; in css files.

For example here : https://github.com/maximebf/php-debugbar/blob/master/src/DebugBar/Resources/widgets.css#L142

 dl.phpdebugbar-widgets-kvlist dd {
    margin-left: 160px;
    padding: 5px;
    border-top: 1px solid #eee;
    cursor: pointer;
    min-height: 17px;
    display:block;
  }
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