[ui] fix font formatted indication (properly)

feat/vaults
Tomáš Mládek 2021-12-01 16:04:23 +01:00
parent 6e3ce3b1ba
commit d5d7b25d4a
1 changed files with 2 additions and 1 deletions

View File

@ -243,7 +243,8 @@
max-width: 1em;
}
&.formatted {
&.formatted,
.formatted {
font-family: var(--default-font);
}
}