Skip to content

Commit

Permalink
Fix history width
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 3, 2024
1 parent 1000304 commit 1afd403
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 @@ -316,7 +316,7 @@ div.phpdebugbar-mini-design a.phpdebugbar-tab {
/* -------------------------------------- */

a.phpdebugbar-tab.phpdebugbar-tab-history {
width: 16px;
min-width: 16px;
height: 16px;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 1afd403

Please sign in to comment.