8000 minor #17552 Remove invalid CSS white-space value (Triiistan) · symfony/symfony@72fa3bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 72fa3bd

Browse files
committed
minor 8000 #17552 Remove invalid CSS white-space value (Triiistan)
This PR was merged into the 2.3 branch. Discussion ---------- Remove invalid CSS white-space value | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 03d3182 Remove invalid CSS white-space value
2 parents 7743eef + 03d3182 commit 72fa3bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
padding: 5px 4px;
88
list-style-type: decimal;
99
margin-left: 20px;
10-
white-space: break-word;
1110
}
1211
.sf-reset #logs .traces li.error {
1312
font-style: normal;

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
padding: 5px 4px;
88
list-style-type: decimal;
99
margin-left: 20px;
10-
white-space: break-word;
1110
}
1211
.sf-reset #logs .traces li.error {
1312
font-style: normal;

0 commit comments

Comments
 (0)
0