dgodd / concourse-summary

MIT License
62 stars 12 forks source link

Scale text for pipelines/ groups #10

Closed srbry closed 8 years ago

srbry commented 8 years ago

At the moment if a pipeline name or job name is too long it renders outside the box and doesn't look pretty.

This PR dynamically scales the text down based on length so that it always fits within the box with a small border. Pipeline names and groups are scaled independently.

dgodd commented 7 years ago

@srbry I have pushed new code to scale text as some pipelines had issues. Could you please confirm it hasn't caused you any problems. Thanks