mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
5802805597
Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com> Co-authored-by: George Marshall <georgewrmarshall@gmail.com> Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com> Co-authored-by: brad-decker <bhdecker84@gmail.com>
14 lines
255 B
SCSS
14 lines
255 B
SCSS
.signature-request-siwe-message {
|
|
flex: 1 100%;
|
|
border-radius: 8px;
|
|
padding: 8px 16px;
|
|
margin: 16px;
|
|
border: 1px solid var(--color-border-muted);
|
|
|
|
&__sub-text {
|
|
white-space: pre-line;
|
|
overflow: hidden;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|