Force line breaks in pre

This commit is contained in:
Corinne Durrmeyer 2024-07-23 10:36:21 +02:00
parent 54a32a2e97
commit 4233c9aee5
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -11,6 +11,11 @@ body {
min-height: 100%;
}
// Wrap text in pre tag
pre {
white-space: pre-wrap;
}
// Mobile Safari doesn't bubble mouse events by default, unless:
//
// - the target element of the event is a link or a form field.