mirror of
https://github.com/penpot/penpot.git
synced 2025-03-10 14:51:37 -05:00
💄 Improve readability on error report templates
This commit is contained in:
parent
bd2745d1fe
commit
dfdebc35c8
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ input[type=text], input[type=submit] {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue