You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In <CodePreContainer>, I can see that the css is rule is being applied, but that seems to be broken.
Here's a web action showing that:
And the dev tools also show that it's missing the white-space: pre-wrap rule.
If I apply that rule to the <pre> element...
It looks like it works and behaves as expected.
I haven't looked at how the misk-web tooling is set up or what the build looks like, so I'm not sure how to fix this. Will take a look later if I have time, but I wanted to file this so at least it's documented. Thanks, all!
The text was updated successfully, but these errors were encountered:
In
<CodePreContainer>
, I can see that the css is rule is being applied, but that seems to be broken.Here's a web action showing that:
And the dev tools also show that it's missing the
white-space: pre-wrap
rule.If I apply that rule to the
<pre>
element...It looks like it works and behaves as expected.
I haven't looked at how the misk-web tooling is set up or what the build looks like, so I'm not sure how to fix this. Will take a look later if I have time, but I wanted to file this so at least it's documented. Thanks, all!
The text was updated successfully, but these errors were encountered: