Use whitespace: pre-wrap for viewCodeDtails to preserve new lines

This commit is contained in:
Luiz de Oliveira 2022-07-01 14:40:48 -03:00
parent b8bb9f837e
commit fbce50566b

View File

@ -333,7 +333,7 @@ viewCodeDetails errorMessageForEngineers =
, code
[ Attributes.css
[ display block
, whiteSpace normal
, whiteSpace preWrap
, overflowWrap breakWord
, color Colors.gray45
, backgroundColor Colors.gray96