[fix] align checkboxes with text inputs, fixes frappe/erpnext#11588

This commit is contained in:
pratu16x7 2017-11-20 12:43:25 +05:30
parent a6f0f65763
commit f4151a3e0b
2 changed files with 4 additions and 0 deletions

View file

@ -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;
}

View file

@ -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;