feat: adjust font-size for checkboxes

This commit is contained in:
Shivam Mishra 2020-08-31 17:10:38 +05:30
parent 046124a94f
commit c34587ff8e
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ frappe.ui.form.ControlCheck = frappe.ui.form.ControlData.extend({
<label>
<span class="input-area"></span>
<span class="disp-area"></span>
<span class="label-area ${this.df.is_web_form ? "" : "small"}"></span>
<span class="label-area"></span>
</label>
<p class="help-box small text-muted"></p>
</div>

View file

@ -291,6 +291,7 @@ select.input-xs {
.label-area {
line-height: 1;
font-size: var(--text-sm);
}
.input-area {