Skip to content

Commit c7333b1

Browse files
committed
Prefer overflow-wrap to word-break
1 parent a824d34 commit c7333b1

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
@@ -22,7 +22,7 @@ table th { background-color: #E0E0E0; font-weight: bold; text-align: left; }
2222
.hidden { display: none; }
2323
.nowrap { white-space: nowrap; }
2424
.newline { display: block; }
25-
.break-long-words { -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
25+
.break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; min-width: 0; }
2626
.text-small { font-size: 12px !important; }
2727
.text-muted { color: #999; }
2828
.text-bold { font-weight: bold; }

0 commit comments

Comments
 (0)