- 🇩🇪Germany Anybody Porta Westfalica
@thomas.frobieter do we need to fix this here and in _bs?
Pre- & Suffix fields should allow spaces.
Its all fine in Twig, we have:
data-score-suffix=" Hours"
Its all fine in our Javascript vars, too (eg. scoreSuffixMarkup):
<span class="score__progressbar-suffix"> Stunden</span>
After its passed to progressbar.js, the space is gone.
They might trim it somewhere, didn't found it so far..
Search for "setText", see:
https://github.com/kimmobrunfeldt/progressbar.js/blob/master/src/shape.js
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@thomas.frobieter do we need to fix this here and in _bs?