feat(settings): wrap selection option label

Added a wrapper for the settings selection option label to make it
easier to identify (internal).
This commit is contained in:
2026-07-25 16:47:43 +02:00
parent eb50936a06
commit 32b9b860f6
@@ -79,7 +79,9 @@ watch(selected, (newValue, oldValue) => {
<div class="option-check-mark-wrapper">
<Icon class="option-check-mark" name="check-mark" size="1em" />
</div>
{{ t(option.i18n) }}
<div class="input-label">
{{ t(option.i18n) }}
</div>
</label>
</li>
</ul>