feat: adjust font-size for checkboxes
This commit is contained in:
parent
046124a94f
commit
c34587ff8e
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -291,6 +291,7 @@ select.input-xs {
|
|||
|
||||
.label-area {
|
||||
line-height: 1;
|
||||
font-size: var(--text-sm);
|
||||
}
|
||||
|
||||
.input-area {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue