From d5d7b25d4abc070c8955ca28c9775b1c513355f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 1 Dec 2021 16:04:23 +0100 Subject: [PATCH] [ui] fix font formatted indication (properly) --- ui/src/components/widgets/Table.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/widgets/Table.svelte b/ui/src/components/widgets/Table.svelte index 1f4633b..955533e 100644 --- a/ui/src/components/widgets/Table.svelte +++ b/ui/src/components/widgets/Table.svelte @@ -243,7 +243,8 @@ max-width: 1em; } - &.formatted { + &.formatted, + .formatted { font-family: var(--default-font); } }