Skip to content

Commit

Permalink
Fix the line hight of the sign message box
Browse files Browse the repository at this point in the history
  • Loading branch information
reyraa committed Dec 16, 2019
1 parent db5af78 commit ad2f8d5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/screens/signMessage/signMessage.css
Expand Up @@ -49,6 +49,11 @@
display: block;
margin-bottom: 12px;
}

& .textarea {
resize: none;
line-height: 28px;
}
}

.result {
Expand All @@ -60,10 +65,6 @@
}
}

.textarea {
resize: none;
}

.buttonsHolder {
align-items: center;
display: flex;
Expand Down

0 comments on commit ad2f8d5

Please sign in to comment.