mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-24 18:22:03 +02:00
Fix line-height on numbered code (#745)
This commit is contained in:
@@ -10,6 +10,7 @@ pre.phpdebugbar-widgets-code-block {
|
|||||||
}
|
}
|
||||||
pre.phpdebugbar-widgets-code-block code.phpdebugbar-widgets-numbered-code {
|
pre.phpdebugbar-widgets-code-block code.phpdebugbar-widgets-numbered-code {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
pre.phpdebugbar-widgets-code-block ul li.phpdebugbar-widgets-highlighted-line {
|
pre.phpdebugbar-widgets-code-block ul li.phpdebugbar-widgets-highlighted-line {
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
Reference in New Issue
Block a user