aidswidjaja / PotatoBoard

PotatoBoard is a almost-complete bulletin board workflow, written with Django.
MIT License
0 stars 0 forks source link

Line clamping doesn't work on Firefox #1

Open aidswidjaja opened 3 years ago

aidswidjaja commented 3 years ago

Using jmenglis/clamp-js-main works as expected on Webkit but fails on Firefox. See reference image below

image

Since line clamping isn't really too important at the moment this issue has been designated as a low priority issue and will be sorted out after the alpha release in order to free up time for other priorities. However, it is a good first issue and any and all contributions are welcome!

aidswidjaja commented 3 years ago

The current workaround for #1 is to disable line clamping within our templates entirely.