flecs-hub / explorer

Web-based UI for monitoring Flecs applications, trying out queries & learning ECS
MIT License
64 stars 14 forks source link

Fixed space breaking #22

Closed Kristofir closed 2 years ago

Kristofir commented 2 years ago

Fixed bug where line / space would break in query table cell

js-escaped \xa0 is used to introduce non-breaking white space.