Skip to content

Commit

Permalink
Fix header/dropdown height
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 3, 2024
1 parent 1afd403 commit 424be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugBar/Resources/debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ div.phpdebugbar-header > div > * {
font-size: 14px;
color: #555;
text-decoration: none;
height: 16px;
}
div.phpdebugbar-header-left > * {
float: left;
Expand All @@ -156,6 +155,7 @@ div.phpdebugbar-header-right > * {
}
div.phpdebugbar-header-right > select {
padding: 0;
line-height: 1em;
}

/* -------------------------------------- */
Expand Down

0 comments on commit 424be4f

Please sign in to comment.