zenml-dashboard
zenml-dashboard copied to clipboard
[BUG] Visualisation glitch on `MarkdownString` components
One of my steps saves an artifact which is a MarkdownString element, using the StructuredString materialiser. In the visualisation, the background and the text color are almost identical, making it almost impossible to read the text.
This is how the visualization looks like:
The text can be read when selected, but looks invisible in the default view:
Nice catch!
This looks like an issue with CSS. Is this just affecting code blocks? Or does it also apply to regular text?
I was able to reproduce it, for me it only happens in codeblocks and if a language is specified for the block
As the PR was merged already, I would consider this Issue as closed 👍