Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.

Home Page:https://unidata.github.io/MetPy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEMPAK Comparison Guide gets cut off with wide browser

sgdecker opened this issue · comments

What can be better?

If my browser window is relatively narrow (but not too narrow), the GEMPAK Comparison Guide looks OK:
screen1

However, if I widen my browser, this happens:
screen2

No matter how wide I make my browser, part of the table remains cut off. I have only tested with Firefox.

It looks like the third column (with the long function signatures) is forcing the table to overflow, and due to the flex/block display interactions the whole article is scrolling rather than the table. I think adding the following inline CSS (here) should help?

.wy-table-responsive td:nth-child(3){word-break: break-word;}

Thanks, @jthielen , that works!

While I'm at it, though, there are a few references (in absolute vorticity, total deformation, and others) about "Still needs spherical correction terms", but #2743 took care of that. Other changes from #2743 aren't reflected as well, so I will make all of these corrections in my pull request as well.