8000 Merge branch '4.4' into 5.4 · symfony/symfony@38dbe68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38dbe68

Browse files
Merge branch '4.4' into 5.4
* 4.4: [WebProfilerBundle] Fix AJAX requests info are truncated in the WDT
2 parents b43f893 + 051f5a4 commit 38dbe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/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)
0