|
@@ -434,7 +434,8 @@ class Route_Debug extends RouteBase {
|
|
|
'@style[date]' => "width:1%",
|
|
'@style[date]' => "width:1%",
|
|
|
'type' => $dbg['type'],
|
|
'type' => $dbg['type'],
|
|
|
'@style[type]' => "width:1%",
|
|
'@style[type]' => "width:1%",
|
|
|
- '@style[msg]' => "min-width:540px",
|
|
|
|
|
|
|
+ '@style[msg]' => "min-width:540px; max-width:700px",
|
|
|
|
|
+ '@style[trace]' => "min-width:120px",
|
|
|
'msg' => UI::h('div', [], [
|
|
'msg' => UI::h('div', [], [
|
|
|
UI::h('details', [], [
|
|
UI::h('details', [], [
|
|
|
UI::h('summary', [], [
|
|
UI::h('summary', [], [
|