Skip to content

Commit

Permalink
textarea styling: wrap off, readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Dec 23, 2024
1 parent 50ff84d commit c30d56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/stigman.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function start () {
}
}
catch (e) {
el.innerHTML += `<br/></br/><textarea rows=12 cols=80 style="font-size: 10px" readonly>${JSON.stringify(STIGMAN.serializeError(e), null, 2)}</textarea>`
el.innerHTML += `<br/></br/><textarea wrap="off" rows=12 cols=80 style="font-size: 10px" readonly>${JSON.stringify(STIGMAN.serializeError(e), null, 2)}</textarea>`
}
}

Expand Down

0 comments on commit c30d56e

Please sign in to comment.