1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-24 10:12:54 +02:00

Align left

This commit is contained in:
Barry vd. Heuvel
2024-09-28 19:48:29 +02:00
parent 565b3e2998
commit 0e56d1c60f

View File

@@ -275,10 +275,12 @@ a.phpdebugbar-open-btn {
}
.phpdebugbar-indicator span.phpdebugbar-tooltip dl dt {
font-weight: bold;
text-align: left;
}
.phpdebugbar-indicator span.phpdebugbar-tooltip dl dd {
margin: 0;
grid-column-start: 2;
text-align: left;
}
select.phpdebugbar-datasets-switcher {