Skip to content

Commit 2ffd5a4

Browse files
committed
bug symfony#13637 [CSS] WebProfiler break words (nicovak)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#13637). Discussion ---------- [CSS] WebProfiler break words WebProfiler CSS word-break: break-all; Do you need more description ? Commits ------- 7259d72 WebProfiler break words
2 parents 3eb8ee7 + 7259d72 commit 2ffd5a4

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/public/css

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ build: 56
5252
background-color: #FFFFFF;
5353
border: 1px solid #dfdfdf;
5454
padding: 40px 50px;
55+
word-break: break-all;
5556
}
5657
.sf-reset h2 {
5758
font-size: 16px;

0 commit comments

Comments
 (0)