Skip to content

Commit

Permalink
fix: preserve and nowrap in profiler code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-hertel authored Dec 8, 2024
1 parent 2d58fd0 commit 979f8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/views/Profiler/open.css.twig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#source .source-content ol li {
margin: 0 0 2px 0;
padding-left: 5px;
white-space: preserve nowrap;
}
#source .source-content ol li::marker {
color: var(--color-muted);
Expand Down

0 comments on commit 979f8ee

Please sign in to comment.