8000 set borders for code excerpt to 10px on both sides · symfony/symfony@999946d · GitHub
[go: up one dir, main page]

Skip to content

Commit 999946d

Browse files
committed
set borders for code excerpt to 10px on both sides
1 parent e7b1b6d commit 999946d

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
@@ -112,7 +112,7 @@ header .container { display: flex; justify-content: space-between; }
112112
.trace-method { color: #B0413E; color: #222; font-weight: bold; color: #B0413E; }
113113
.trace-arguments { color: #222; color: #999; font-weight: normal; color: #795da3; color: #777; padding-left: 2px; }
114114

115-
.trace-code { background: #FFF; font-size: 12px; margin: 10px 0 2px; padding: 10px; overflow-x: auto; }
115+
.trace-code { background: #FFF; font-size: 12px; margin: 10px 10px 2px 10px; padding: 10px; overflow-x: auto; }
116116
.trace-code ol { margin: 0; float: left; }
117117
.trace-code li { color: #969896; margin: 0; padding-left: 10px; float: left; width: 100%; }
118118
.trace-code li + li { margin-top: 5px; }

0 commit comments

Comments
 (0)
0