Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix styling issues with Signer
Browse files Browse the repository at this point in the history
  • Loading branch information
ngotchac committed Nov 25, 2016
1 parent 4e17929 commit 4876e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/src/views/ParityBar/parityBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

.expanded {
right: 16px;
height: 300px;
max-height: 300px;
border-radius: 4px 4px 0 0;
overflow-y: auto;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

& > * {
vertical-align: middle;
min-height: $pendingHeight;
}
}

0 comments on commit 4876e23

Please sign in to comment.