mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
48a61610af
* Finished component * Fixed test mock variable * Using design system colors * Using design system icons * removed uneeded css
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;
|
|
}
|
|
}
|