Preserve whitespaces in messages by using pre-wrap, fixes #10
This commit is contained in:
parent
060d522f6c
commit
ea2f59f94e
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ input[type="number"] {
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
max-width: fit-content;
|
max-width: fit-content;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Reference in a new issue