Skip to content

Commit ef0431f

Browse files
committed
client: fix the style of a checkbox
1 parent b4929d7 commit ef0431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/app/widgets/dialogs/upload_attachments.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const TPL = `
2626
<div class="form-group">
2727
<strong>${t("upload_attachments.options")}:</strong>
2828
<div class="checkbox">
29-
<label data-bs-toggle="tooltip" title="${escapeQuotes(t("upload_attachments.tooltip"))}">
29+
<label class="tn-checkbox" data-bs-toggle="tooltip" title="${escapeQuotes(t("upload_attachments.tooltip"))}">
3030
<input class="shrink-images-checkbox form-check-input" value="1" type="checkbox" checked> <span>${t("upload_attachments.shrink_images")}</span>
3131
</label>
3232
</div>

0 commit comments

Comments
 (0)