Skip to content

Commit

Permalink
Merge pull request #116 from alexandermushinskiy/Issues/issue-111
Browse files Browse the repository at this point in the history
Issue #111: Duplicate title
  • Loading branch information
Senyoret1 authored May 14, 2018
2 parents 93168f9 + 442e4f5 commit ecdbd10
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div class="sky-container sky-container-grey">
<app-header title="Outputs"></app-header>
<div class="container">
<h3>Outputs</h3>
<div class="-table">
<div class="-headers">
<div class="flex-fill">Address</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h3 {
.-table {
border-radius: 15px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.01), 1px 1px 2px 2px rgba(0, 0, 0, 0.01);
margin: 0 30px;
margin: 30px 30px 0 30px;
}

.-output {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div class="sky-container sky-container-grey">
<app-header title="Pending Transactions"></app-header>
<div class="container">
<h3>Pending Transactions</h3>
<div class="-table">
<div class="-headers">
<div class="-width-150">Timestamp</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h3 {
.-table {
border-radius: 15px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.01), 1px 1px 2px 2px rgba(0, 0, 0, 0.01);
margin: 0 30px;
margin: 30px 30px 0 30px;
}

.-transaction {
Expand Down

0 comments on commit ecdbd10

Please sign in to comment.