[design] [minor] like-disabled-input min-height in mobile
This commit is contained in:
parent
8550d9be44
commit
42d0199916
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
}
|
||||
|
||||
.like-disabled-input {
|
||||
min-height: none !important;
|
||||
min-height: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue