Keep event duration info to single line

This commit is contained in:
chris (daiyi) 2017-08-02 10:36:00 +02:00
parent 11fcf21e2d
commit 8ef8b9f5dc
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@
[:td
{:style (merge row-style {:font-weight (if (< slower-than-bold-int duration)
"bold"
"")})}
"")
:white-space "nowrap"})}
(.toFixed duration 1) " ms"]]
(when true
[:tr {:key (str id "-details")}