From 18da7bf04a1d30d3b1f053c41487a64dbe166311 Mon Sep 17 00:00:00 2001 From: katibest Date: Mon, 21 May 2018 11:35:26 -0400 Subject: [PATCH] Fixed the margins on the data chart on the homepg --- apps/explorer_web/assets/css/_content.scss | 5 ++++- .../lib/explorer_web/templates/chain/show.html.eex | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/explorer_web/assets/css/_content.scss b/apps/explorer_web/assets/css/_content.scss index af12cc55c1..47fc9f4388 100644 --- a/apps/explorer_web/assets/css/_content.scss +++ b/apps/explorer_web/assets/css/_content.scss @@ -52,7 +52,10 @@ &__subsection { flex: 1; - margin: 10px 5px; + + &-chain { + margin: 10px 5px; + } } } } diff --git a/apps/explorer_web/lib/explorer_web/templates/chain/show.html.eex b/apps/explorer_web/lib/explorer_web/templates/chain/show.html.eex index 74b5ad7480..2860572a8d 100644 --- a/apps/explorer_web/lib/explorer_web/templates/chain/show.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/chain/show.html.eex @@ -22,7 +22,7 @@
<%= @chain.transaction_velocity |> Cldr.Number.to_string! %>
-
+