File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Bundle/WebProfilerBundle/Resources/views/Profiler
Component/ErrorHandler/Resources Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,7 @@ table tbody td.num-col {
641
641
-webkit-hyphens: auto;
642
642
-moz-hyphens: auto;
643
643
hyphens: auto;
644
+ hyphenate-character: '';
644
645
}
645
646
.text-small {
646
647
font-size: 12px !important;
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ table th { background-color: var(--base-2); font-weight: bold; text-align: left;
132
132
.prewrap { white-space : pre-wrap; }
133
133
.nowrap { white-space : nowrap; }
134
134
.newline { display : block; }
135
- .break-long-words { word-wrap : break-word; overflow-wrap : break-word; -webkit-hyphens : auto; -moz-hyphens : auto; hyphens : auto; min-width : 0 ; }
135
+ .break-long-words { word-wrap : break-word; overflow-wrap : break-word; -webkit-hyphens : auto; -moz-hyphens : auto; hyphens : auto; hyphenate-character : '' ; min-width : 0 ; }
136
136
.text-small { font-size : 12px !important ; }
137
137
.text-muted { color : # 999 ; }
138
138
.text-bold { font-weight : bold; }
Original file line number Diff line number Diff line change 15
15
</div>
16
16
<div class="exception-message-wrapper">
17
17
<div class="container">
18
- <h1 class="exception-message<?= mb_strlen ($ exceptionMessage ) > 180 ? ' long ' : '' ; ?> "><?= $ this ->formatFileFromText (nl2br ($ exceptionMessage )); ?> </h1>
18
+ <h1 class="break-long-words exception-message<?= mb_strlen ($ exceptionMessage ) > 180 ? ' long ' : '' ; ?> "><?= $ this ->formatFileFromText (nl2br ($ exceptionMessage )); ?> </h1>
19
19
20
20
<div class="exception-illustration hidden-xs-down">
21
21
<?= $ this ->include ('assets/images/symfony-ghost.svg.php ' ); ?>
You can’t perform that action at this time.
0 commit comments