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

Maintain leading whitespace in sig req window (#13340)

This commit is contained in:
Jon Ator 2022-01-24 08:06:40 -06:00 committed by GitHub
parent 119e5497ff
commit b1f5f78d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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