Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Fix #36 #50

Closed m4wh6k closed 1 year ago

m4wh6k commented 1 year ago

What and why?

This is a basic fix for #36 which makes it so long workspace names in the index will wrap rather than overflow their containers. A better(?) fix might be to dynamically resize the font when the text overflows, but I'm not sure how to do that and this is at least an incremental improvement

Screen Shot 2022-12-19 at 11 48 34

How was this tested?

Tested locally. Made sure it still works as expected at different screen sizes.

Checklist