From 48e6c1a33d37a5114b1304ea299fa19681ea9c52 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 2 Nov 2024 14:34:55 +0200 Subject: [PATCH] client: Properly align of the "Override theme fonts" checkbox --- .../app/widgets/type_widgets/options/appearance/theme.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/public/app/widgets/type_widgets/options/appearance/theme.js b/src/public/app/widgets/type_widgets/options/appearance/theme.js index 3fb365cd2..5948b373f 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/theme.js +++ b/src/public/app/widgets/type_widgets/options/appearance/theme.js @@ -13,11 +13,11 @@ const TPL = ` -
- -
+
+
+ ${t("theme.override_theme_fonts_label")} +
`;