Skip to content

Commit

Permalink
Fix link alignment issue (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Aug 28, 2024
1 parent aa815c8 commit ba06b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DebugBar/Resources/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ div.phpdebugbar-widgets-messages {
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-value.phpdebugbar-widgets-critical:before {
content: "\f057";
}
dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value pre.sf-dump,
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item pre.sf-dump {
display: inline;
display: inline-block !important;
}
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-collector,
div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-label {
Expand Down

0 comments on commit ba06b06

Please sign in to comment.