Skip to content
Snippets Groups Projects
Unverified Commit 085496d7 authored by Howon Lee's avatar Howon Lee Committed by GitHub
Browse files

Sparkline nits in static viz email (#19550)

Pursuant to the nits from #18678 and #18676
parent 0c190ec6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
(image-bundle/external-link-image-bundle render-type))]
{:attachments (when image-bundle
(image-bundle/image-bundle->attachment image-bundle))
:content [:table {:style (style/style {:margin-bottom :8px
:content [:table {:style (style/style {:margin-bottom :2px
:border-collapse :collapse
:width :100%})}
[:tbody
......
......@@ -424,7 +424,7 @@
(for [label (map first rows)]
[:div {:style (style/style {:float :left :margin-right "12px"
:font-family "Lato, sans-serif"
:font-size "24px"})}
:font-size "16px"})}
[:span {:style (style/style {:color (legend-colors label)})}
"•"]
[:span {:style (style/style {:margin-left "6px"})}
......@@ -715,25 +715,25 @@
[:img {:style (style/style {:display :block
:width :100%})
:src (:image-src image-bundle)}]
[:table
[:table {:style (style/style {:border-spacing :0px})}
[:tr
[:td {:style (style/style {:color style/color-text-dark
:font-size :24px
:font-size :16px
:font-weight 700
:padding-right :16px})}
(first values)]
[:td {:style (style/style {:color style/color-gray-3
:font-size :24px
:font-size :16px
:font-weight 700})}
(second values)]]
[:tr
[:td {:style (style/style {:color style/color-text-dark
:font-size :16px
:font-size :12px
:font-weight 700
:padding-right :16px})}
(first labels)]
[:td {:style (style/style {:color style/color-gray-3
:font-size :16px})}
:font-size :12px})}
(second labels)]]]]}))
(s/defmethod render :waterfall :- common/RenderedPulseCard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment