Keep event duration info to single line
This commit is contained in:
parent
11fcf21e2d
commit
8ef8b9f5dc
|
@ -155,7 +155,8 @@
|
||||||
[:td
|
[:td
|
||||||
{:style (merge row-style {:font-weight (if (< slower-than-bold-int duration)
|
{:style (merge row-style {:font-weight (if (< slower-than-bold-int duration)
|
||||||
"bold"
|
"bold"
|
||||||
"")})}
|
"")
|
||||||
|
:white-space "nowrap"})}
|
||||||
(.toFixed duration 1) " ms"]]
|
(.toFixed duration 1) " ms"]]
|
||||||
(when true
|
(when true
|
||||||
[:tr {:key (str id "-details")}
|
[:tr {:key (str id "-details")}
|
||||||
|
|
Loading…
Reference in New Issue