AlexsLemonade / refinebio-examples

Example workflows for refine.bio data

Home Page:https://www.refine.bio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix overflow text in code blocks

jashapiro opened this issue · comments

When the browser window is very narrow, code blocks have code that extends to the right of the enclosing box. This looks fine until you try to scroll to the right, and then things get messy:

Screen Shot 2021-03-11 at 9 30 55 AM

I assume this can be fixed in the CSS we provide, but with syntax coloring and all that, it got quickly past my abilities the last time I looked at it.

One potential option is to make the code wrap so the box never overflows to the right (this seems to be how output blocks are styled), but I'd rather not do that, personally. I'm willing to be overruled.