day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

Fixing the odd text formatting #290

Closed eoyath closed 3 years ago

eoyath commented 3 years ago

The text formatting is screwed up for me on Firefox and Chrome, for the demo and local. The font sizes, the text overlaps, they are at different heights.

I would like to help, but considering how popular this library is, I assume someone else must have noticed this as well. How could I help to fix this?

Screenshot_2021-02-24 Conduit

superstructor commented 3 years ago

I can't reproduce. What re-frame-10x version are you using ? Are you zooming the page ? It appears as follows for me:

image

celwell-reify commented 3 years ago

I'm seeing the same issue; even in pop-out window mode (so it doesn't seem to be caused by my other CSS). Version: [day8.re-frame/re-frame-10x "0.3.7"]

UPDATE: Upgrading to 0.7.0 fixes the display issue.

superstructor commented 3 years ago

At this point the best information I have is that this only impacts old releases. We only maintain the latest version, i.e. [day8.re-frame/re-frame-10x "1.0.1"]. To use that, you obviously also need to be using reagent 1.0.x, re-frame 1.2.x and React 17.0.x.

Please re-open the issue if you see it with the current release.