How To Remove Word Wrap In Code Chunk

Thanks. As one would expec, and as you suggest, the pre code {white-space:pre-wrap;} does straighten the lines. The issues with how that plays out in practice are related to css-grid settings, as well as padding settings in the pre {} tag. No idea how disabling reboot played into that, as there seems no pre-wrap setting in reboot. Could be the additional reset used later addressed some reboot code, which broke the cascade. Would like to mess around with it more, but you know how it goes. Cheers