Skip to content

Commit a781be7

Browse files
authored
Fix css (#1604)
1 parent e77516c commit a781be7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Resources/laravel-debugbar.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ div.phpdebugbar code, div.phpdebugbar pre, div.phpdebugbar samp {
181181
background: none !important;
182182
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
183183
font-size: 1em;
184-
border: 0;
185-
padding: 0;
184+
border: 0 !important;
185+
padding: 0 !important;
186+
margin: 0 !important;
186187
}
187188

188189
div.phpdebugbar .hljs {
@@ -656,7 +657,6 @@ div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugb
656657
color: #333;
657658
font-size: 15px !important;
658659
margin-right: 8px;
659-
margin-top: -3px;
660660
float: left;
661661
}
662662

@@ -909,4 +909,4 @@ pre.phpdebugbar-widgets-code-block ul.phpdebugbar-widgets-numbered-code li {
909909
div.phpdebugbar code.phpdebugbar-widgets-sql span.hljs-operator {
910910
color: var(--color-gray-100) !important;
911911
}
912-
}
912+
}

0 commit comments

Comments
 (0)