0
Fork 0
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:
Andrey Antukh 2023-02-06 12:22:11 +01:00
parent bd2745d1fe
commit dfdebc35c8

View file

@ -23,6 +23,10 @@ input[type=text], input[type=submit] {
padding: 3px;
}
pre {
white-space: pre-wrap;
}
main {
margin: 20px;
}