jkk / formative

Web forms for Clojure and ClojureScript - rendering, parsing, and validating
208 stars 18 forks source link

Replace nobr elements with 'white-space: nowrap' #69

Closed DaveWM closed 3 years ago

DaveWM commented 3 years ago

Hi, I'm using this library at work, and we were running into some trouble with the <nobr> elements. In this PR, I've replaced them with <span>s with white-space: nowrap; (as recommended here).

Fixes #35

iku000888 commented 3 years ago

Will push out a version shortly

iku000888 commented 3 years ago

https://clojars.org/formative/versions/0.8.11

Let me know if you have issues! Thanks for the contribution.