Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8a2aa7

Browse filesBrowse files
[VarDumper] Fix CSS alignment in HtmlDumper
1 parent 383dbd5 commit f8a2aa7
Copy full SHA for f8a2aa7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ function showCurrent(state)
686686
max-width: 5em;
687687
white-space: nowrap;
688688
overflow: hidden;
689-
vertical-align: top;
689+
vertical-align: bottom;
690690
}
691691
pre.sf-dump .sf-dump-ellipsis+.sf-dump-ellipsis {
692692
max-width: none;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.