Skip to content

Commit

Permalink
client: Properly align of the "Override theme fonts" checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Nov 2, 2024
1 parent 4c43ac5 commit 48e6c1a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ const TPL = `
<select class="theme-select form-select"></select>
</div>
<div class="col-6">
<label>${t("theme.override_theme_fonts_label")}</label>
<div class="form-check">
<div class="col-6 side-checkbox">
<label class="form-check">
<input type="checkbox" class="override-theme-fonts form-check-input">
</div>
${t("theme.override_theme_fonts_label")}
</label>
</div>
</div>
</div>`;
Expand Down

0 comments on commit 48e6c1a

Please sign in to comment.