8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db979e8 + c7333b1 commit 5c954c7Copy full SHA for 5c954c7
src/Symfony/Bundle/TwigBundle/Resources/views/exception.css.twig
@@ -22,7 +22,7 @@ table th { background-color: #E0E0E0; font-weight: bold; text-align: left; }
22
.hidden { display: none; }
23
.nowrap { white-space: nowrap; }
24
.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; }
+.break-long-words { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; min-width: 0; }
26
.text-small { font-size: 12px !important; }
27
.text-muted { color: #999; }
28
.text-bold { font-weight: bold; }
0 commit comments