Skip to content

Commit 39de855

Browse files
Merge branch '4.4' into 5.4
* 4.4: [WebProfilerBundle] Fix AJAX requests info are truncated in the WDT
2 parents 909c6ee + 0a0cba7 commit 39de855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Profiler/toolbar.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ div.sf-toolbar .sf-toolbar-block a:hover {
333333
.sf-toolbar-block.hover .sf-toolbar-info {
334334
display: block;
335335
padding: 10px;
336-
max-width: 480px;
336+
max-width: 525px;
337337
max-height: 480px;
338338
word-wrap: break-word;
339339
overflow: hidden;

0 commit comments

Comments
 (0)