Skip to content

Commit

Permalink
fix: awesomplete style in page form
Browse files Browse the repository at this point in the history
  • Loading branch information
prssanna committed Mar 26, 2021
1 parent 6df534a commit 1c0e5c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frappe/public/scss/desk/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@ input.list-check-all, input.list-row-checkbox {
}

.page-form {
// .awesomplete > ul {
// min-width: 300px;
// }

.standard-filter-section {
flex-wrap: wrap;
// width: 65%;
Expand Down
4 changes: 4 additions & 0 deletions frappe/public/scss/desk/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
display: none;
}
}

.awesomplete > ul {
min-width: 300px;
}
}

.form-inner-toolbar {
Expand Down

0 comments on commit 1c0e5c2

Please sign in to comment.