From 0610a91556ba1a19fa4e834caec9c13e0305a048 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Tue, 20 Sep 2016 14:36:54 -0400 Subject: [PATCH] centered bit address --- public/views/tab-receive.html | 2 +- src/sass/views/tab-receive.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/views/tab-receive.html b/public/views/tab-receive.html index 8ebd4b242..17bc23225 100644 --- a/public/views/tab-receive.html +++ b/public/views/tab-receive.html @@ -32,7 +32,7 @@
-
+
... diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 88fd844ed..79c3a975c 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -24,6 +24,7 @@ .item { padding-top: 5px; padding-bottom: 5px; + display: inline-block; } &-gen-address {} }