1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #4617 from TrejGun/fix-new-line

fix white spaces in signature
This commit is contained in:
Dan J Miller 2018-07-05 13:55:18 -02:30 committed by GitHub
commit 3c75be04a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,6 +181,7 @@
overflow-wrap: break-word;
border-bottom: 1px solid #d2d8dd;
padding: 6px 18px 15px;
white-space: pre-line;
}
&__help-link {