Skip to content

Commit 1afd403

Browse files
committed
Fix history width
1 parent 1000304 commit 1afd403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugBar/Resources/debugbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ div.phpdebugbar-mini-design a.phpdebugbar-tab {
316316
/* -------------------------------------- */
317317

318318
a.phpdebugbar-tab.phpdebugbar-tab-history {
319-
width: 16px;
319+
min-width: 16px;
320320
height: 16px;
321321
display: flex;
322322
justify-content: center;

0 commit comments

Comments
 (0)