Skip to content

Commit

Permalink
Fix hashes overflow in transaction panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Spejbl committed Jan 21, 2019
1 parent a03bf11 commit e3e8c32
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
padding: 10px 0;
background-color: #202020;
.left {
width: 60%;
min-width: 450px;
width: 95%;
max-width: 95%;
float: left;
height: 100%;
margin-left: 10px;
}
.right {
width: 40%;
min-width: 350px;
width: 95%;
max-width: 95%;
float: left;
height: 100%;
margin-left: 10px;
Expand Down Expand Up @@ -130,4 +130,4 @@
@keyframes spin {
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}
}

0 comments on commit e3e8c32

Please sign in to comment.