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! %>
-
+