kungfooman / RuntimeTypeInspector.js

Checking JSDoc types at runtime for high-quality types - Trust is good, control is better.
MIT License
8 stars 0 forks source link

Fix TypePanel <td>'s style #128

Closed kungfooman closed 6 months ago

kungfooman commented 6 months ago

This works good:

    max-width: 10vw;
    text-wrap: nowrap;
    overflow: hidden;

Otherwise it can look like this:

image

With CSS fix:

image