mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
659063b335
* Allow Snaps UI to use Markdown for text formatting * Fix yarn audit and dedupe errors * Update LavaMoat policies * Fix lint * Add paragraph wrapper component * Fix lint
8 lines
79 B
SCSS
8 lines
79 B
SCSS
.snap-ui-markdown {
|
|
&__text {
|
|
em {
|
|
font-style: revert;
|
|
}
|
|
}
|
|
}
|