Skip to content

Commit

Permalink
Minor ui fix for Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
salarcode committed Jan 21, 2023
1 parent 0f72a2c commit 5511352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,14 +509,14 @@ <h3 data-localize="settingsGeneralOtherSettings">Other Settings</h3>
<span data-localize="settingsGeneralDisplayAppliedProxyOnBadge">Display applied rule
source on badge</span>
</label>
<br />
<br class="firefox-only" />
<label class="mx-2 form-label firefox-only">
<input id="chkDisplayMatchedRuleOnBadge" checked type="checkbox"
class="form-check-input" />
<span data-localize="settingsGeneralDisplayAppliedRulePatternOnBadge">Display applied
rule pattern on badge</span>
</label>
<br />
<br class="firefox-only" />
<label class="mx-2 form-label">
<input id="chkRefreshTabOnConfigChanges" checked type="checkbox"
class="form-check-input" />
Expand Down

0 comments on commit 5511352

Please sign in to comment.