1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 13:00:42 +01:00

Fix header/dropdown height

This commit is contained in:
Barry vd. Heuvel 2024-04-03 13:46:22 +02:00
parent 1afd4034fb
commit 424be4f885

View File

@ -146,7 +146,6 @@ div.phpdebugbar-header > div > * {
font-size: 14px;
color: #555;
text-decoration: none;
height: 16px;
}
div.phpdebugbar-header-left > * {
float: left;
@ -156,6 +155,7 @@ div.phpdebugbar-header-right > * {
}
div.phpdebugbar-header-right > select {
padding: 0;
line-height: 1em;
}
/* -------------------------------------- */