feat: textarea width/rows in px to match drawpad, and drawpad submissions/entry rendering
This commit is contained in:
parent
6322606335
commit
d26c289f66
7 changed files with 64 additions and 43 deletions
|
|
@ -275,8 +275,8 @@ mod tests {
|
|||
label_name: "Your name:".into(),
|
||||
label_website: "Your website (optional):".into(),
|
||||
label_message: "Your message:".into(),
|
||||
textarea_rows: 8,
|
||||
textarea_cols: 60,
|
||||
textarea_width: 400,
|
||||
textarea_height: 150,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue