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

Use pre-wrap instead of pre for signature content (#13828)

This commit is contained in:
André Ogle 2022-03-10 23:42:35 +02:00 committed by Dan Miller
parent 7931e607cb
commit 0361aa6a93

View File

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