Tweak wrapping in manual CSS

This commit is contained in:
Alex Cabal 2022-08-28 20:03:56 -05:00
parent 7ccdcd020e
commit 64a8ccb082

View file

@ -725,8 +725,7 @@ main.manual > nav ol{
figure code.xml,
figure code.html,
figure code.css{
white-space: pre;
overflow-x: auto;
white-space: pre-wrap;
}
@keyframes highlight {