Skip to content

Commit

Permalink
Hide note dialog html before show
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Rogers committed Mar 16, 2018
1 parent 2730a52 commit f3a3251
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions sass/src/_recipes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@
padding: 20px !important;
}

#editNoteDialog textarea {
width: 17em;
height: 4em;
#editNoteDialog {
display: none;
textarea {
width: 17em;
height: 4em;
}
}

/* View Recipes */
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/default.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3a3251

Please sign in to comment.