1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-23 17:51:56 +02:00

Fix line-height on numbered code (#745)

This commit is contained in:
erikn69
2025-02-27 13:42:47 -05:00
committed by GitHub
parent c6d434f9f4
commit aaa47bda1d

View File

@@ -10,6 +10,7 @@ pre.phpdebugbar-widgets-code-block {
}
pre.phpdebugbar-widgets-code-block code.phpdebugbar-widgets-numbered-code {
padding: 5px;
line-height: normal;
}
pre.phpdebugbar-widgets-code-block ul li.phpdebugbar-widgets-highlighted-line {
font-weight: bolder;