Skip to content

Commit 0a0cba7

Browse files
committed
[WebProfilerBundle] Fix AJAX requests info are truncated in the WDT
1 parent 2834312 commit 0a0cba7

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
@@ -324,7 +324,7 @@ div.sf-toolbar .sf-toolbar-block a:hover {
324324
.sf-toolbar-block.hover .sf-toolbar-info {
325325
display: block;
326326
padding: 10px;
327-
max-width: 480px;
327+
max-width: 525px;
328328
max-height: 480px;
329329
word-wrap: break-word;
330330
overflow: hidden;

0 commit comments

Comments
 (0)