We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
to prevent big mess with user defined css, you could add display:block; in css files.
display:block;
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; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: