Remove trailing hr from table

Fixes #116
This commit is contained in:
Daniel Compton 2017-11-27 11:49:05 +13:00
parent aa00e585f5
commit 4b86a36b66
1 changed files with 1 additions and 10 deletions

View File

@ -165,15 +165,6 @@
(when (pos? (count @traces))
[:span "(" [:button.text-button {:on-click #(do (trace/reset-tracing!) (reset! traces []))} "clear"] ")"])]
[:th {:style {:text-align "right"}} "meta"]]
[:tbody (render-traces visible-traces filter-items filter-input trace-detail-expansions)]
[:hr {:style {:unicode-bidi "isolate"
:-webkit-margin-before "0.5em"
:-webkit-margin-after "0.5em"
:-webkit-margin-start "auto"
:-webkit-margin-end "auto"
:overflow "hidden"
:border-style "inset"
:border-width "1px" }}]]]
]))))
[:tbody (render-traces visible-traces filter-items filter-input trace-detail-expansions)]]]]))))