10000 remove padding of selected lines in order to make height of all lines… · symfony/symfony@ff2c5ce · GitHub
[go: up one dir, main page]

Skip to content

Commit ff2c5ce

Browse files
committed
remove padding of selected lines in order to make height of all lines equal
1 parent 8c9c35c commit ff2c5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Resources/views/exception.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ header .container { display: flex; justify-content: space-between; }
115115
.trace-code ol { margin: 0; float: left; }
116116
.trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
117117
.trace-code li + li { margin-top: 5px; }
118-
.trace-code li.selected { background: #F8EEC7; padding: 3px 0 3px 10px; margin-top: 2px; }
118+
.trace-code li.selected { background: #F8EEC7; margin-top: 2px; }
119119
.trace-code li code { color: #222; white-space: nowrap; }
120120

121121
.trace-as-text .stacktrace { line-height: 1.8; margin: 0 0 15px; white-space: pre-wrap; }

0 commit comments

Comments
 (0)
0