[design] [minor] like-disabled-input min-height in mobile

This commit is contained in:
Anand Doshi 2015-02-04 09:57:05 +05:30
parent 8550d9be44
commit 42d0199916
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
top: -2px;
}
.form-page .frappe-control .like-disabled-input {
min-height: none !important;
min-height: 0px !important;
}
.form-page .form-section:last-child .form-column:last-child .frappe-control:last-child {
border-bottom: none;

View file

@ -69,7 +69,7 @@
}
.like-disabled-input {
min-height: none !important;
min-height: 0px !important;
}
}