Fix a CSS style that was causing unwanted word breaks

This commit is contained in:
Jonny Barnes 2018-01-21 12:12:59 +00:00
parent 701e223ede
commit 027b55f47a
6 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,7 @@
- Formally bump PHP requirement to 7.2
- Add [a11y.css](https://github.com/ffoodd/a11y.css)
- Make some a11y improvements
- Fix: remove a css property that caused words to be split at a line-break
## Version 0.15.4
- Improve code-base by liberal use of `strict_types`