Use pre-wrap for doctest results (#2349)

This commit is contained in:
José Valim 2023-11-15 17:33:32 +01:00 committed by GitHub
parent a5dd74061c
commit 07ec9840b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ Also some spacing adjustments.
.doctest-details-widget {
@apply font-editor;
white-space: pre;
white-space: pre-wrap;
background-color: rgba(0, 0, 0, 0.05);
padding-top: 6px;
padding-bottom: 6px;