Skip to content

Commit 0aed2ae

Browse files
authored
Fix forget cache button position on cache collector (#1617)
* Fix forget cache button position on cache collector * Fix misaligned numbers on code block
1 parent 92d86be commit 0aed2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ ul.phpdebugbar-widgets-cache a.phpdebugbar-widgets-forget {
773773
border-radius: 4px;
774774
color: #fff;
775775
text-decoration: none;
776-
line-height: 1.5rem;
776+
line-height: 1.25rem;
777777
}
778778

779779
a.phpdebugbar-tab i {
@@ -907,6 +907,7 @@ ul.phpdebugbar-widgets-table-list li:last-child {
907907

908908

909909
pre.phpdebugbar-widgets-code-block ul.phpdebugbar-widgets-numbered-code li {
910+
padding-top: 0;
910911
line-height: 20px;
911912
}
912913

0 commit comments

Comments
 (0)