[fix] align checkboxes with text inputs, fixes frappe/erpnext#11588
This commit is contained in:
parent
a6f0f65763
commit
f4151a3e0b
2 changed files with 4 additions and 0 deletions
|
|
@ -99,6 +99,8 @@
|
|||
margin: 0px;
|
||||
padding-right: 15px;
|
||||
padding-top: 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
background-color: #F7FAFC;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -120,6 +120,8 @@
|
|||
margin: 0px;
|
||||
padding-right: 15px;
|
||||
padding-top: 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
border-bottom: 1px solid @border-color;
|
||||
background-color: @panel-bg;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue