Browse Source

tighten some margins

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
a4f61e1286
  1. 2
      views/includes/blocks-list.pug
  2. 2
      views/index.pug

2
views/includes/blocks-list.pug

@ -1,4 +1,4 @@
table(class="table table-striped table-responsive-sm")
table(class="table table-striped table-responsive-sm mb-0")
thead
tr
//th

2
views/index.pug

@ -155,7 +155,7 @@ block content
span Transaction Stats »
div(class="card-body")
table(class="table table-responsive-sm text-right")
table(class="table table-responsive-sm text-right mb-0")
thead
tr
th

Loading…
Cancel
Save