mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
8 lines
146 B
SCSS
8 lines
146 B
SCSS
|
.transaction-failed {
|
||
|
&__description {
|
||
|
border: 1px solid var(--color-border-muted);
|
||
|
max-width: 100%;
|
||
|
overflow-wrap: anywhere;
|
||
|
}
|
||
|
}
|