Skip to content

Commit

Permalink
Align left
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Sep 28, 2024
1 parent 565b3e2 commit 0e56d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DebugBar/Resources/debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0e56d1c

Please sign in to comment.