Hi. If claim names are a bit longer they're hard-wrapped (see image).

The reason is, the first table columns is set to 70px only (min-width is not evaluated correctly here).
Maybe Flexbox or grid layout could become handy with proper sizing columns.
I might add pull request if I have time later 😉
Hi. If claim names are a bit longer they're hard-wrapped (see image).

The reason is, the first table columns is set to
70pxonly (min-widthis not evaluated correctly here).Maybe Flexbox or grid layout could become handy with proper sizing columns.
I might add pull request if I have time later 😉