File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Bundle/WebProfilerBundle/Resources/views/Profiler
Component/VarDumper/Dumper Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -900,6 +900,7 @@ table.logs .metadata {
900
900
#collector-content .sf-dump-note { color: #6897BB; }
901
901
#collector-content .sf-dump-key { color: #789339; }
902
902
#collector-content .sf-dump-ref { color: #6E6E6E; }
903
+ #collector-content .sf-dump-ellipsis { color: #CC7832; }
903
904
904
905
#collector-content .sf-dump {
905
906
margin: 0;
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ class HtmlDumper extends CliDumper
43
43
'meta ' => 'color:#B729D9 ' ,
44
44
'key ' => 'color:#56DB3A ' ,
45
45
'index ' => 'color:#1299DA ' ,
46
+ 'ellipsis ' => 'color:#FF8400 ' ,
46
47
);
47
48
48
49
private $ displayOptions = array (
@@ -380,7 +381,7 @@ function isCtrlKey(e) {
380
381
display: inline-block;
381
382
overflow: visible;
382
383
text-overflow: ellipsis;
383
- width: 5em;
384
+ max- width: 5em;
384
385
white-space: nowrap;
385
386
overflow: hidden;
386
387
vertical-align: top;
You can’t perform that action at this time.
0 commit comments