From 8c1ccda82ee168ef5d8b6627df4b98c8253d7310 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Tue, 18 Sep 2018 12:44:07 +0200 Subject: [PATCH] Fix block view in explorer --- static/css/main.css | 1 - static/templates/block.html | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 51edec97..834db317 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -182,7 +182,6 @@ h3 { } .ellipsis { - display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/static/templates/block.html b/static/templates/block.html index 1d11cd71..8d5ede31 100644 --- a/static/templates/block.html +++ b/static/templates/block.html @@ -44,7 +44,7 @@ Version - {{$b.Version}} + {{$b.Version}} Merkle Root @@ -52,15 +52,15 @@ Nonce - {{$b.Nonce}} + {{$b.Nonce}} Bits - {{$b.Bits}} + {{$b.Bits}} Difficulty - {{$b.Difficulty}} + {{$b.Difficulty}}