exercism / ballerina

Exercism exercises in Ballerina.
https://exercism.org/tracks/ballerina
MIT License
5 stars 35 forks source link

Code snippet on about page too large #44

Open sshine opened 5 years ago

sshine commented 5 years ago

The code snippet introduced in 3933a89d10c2e273bb4f37765c6073b5c37600b5 exceeds the bounding box on the page:

As far as I remember, it should fit 40 columns and 10 rows.

But when I kept within those bounds (using 38x9 characters) in exercism/haskell@d3d841ef21c4276f5dcdb5534e1e6f3c5d1ca4b5, this now also wraps not so nicely:

It seems that one needs to stay a little more within the bounds.

In case this renders differently on different browsers, here's Chrome on Linux:

about-ballerina

ErikSchierboom commented 1 year ago

@exercism/ballerina Any chance we could make the snippet a bit smaller?

ThisaruGuruge commented 1 year ago

@exercism/ballerina Any chance we could make the snippet a bit smaller?

We will have a look.