Revert bump to library to unblock functional tests

Version 3.1.3 of govuk-elements-sass makes
everything with the `heading-small` class
`display: block`.

https://github.com/alphagov/govuk_elements/pull/552

We use that class in many places just to make the
text bold with the assumption that it the styles
it applies will not prevent our text rendering
inline. This change breaks that assumption.

We do need to swap these classes out for utility
classes that just apply the bold styles but it can
be done at a later date and we aren't missing out
on much by reverting this library.
This commit is contained in:
Tom Byers
2019-04-16 11:10:25 +01:00
parent 7a6579e8cb
commit b4cc4c9bea

View File

@@ -21,7 +21,7 @@
"@babel/core": "7.4.0",
"@babel/preset-env": "7.4.2",
"diff-dom": "https://github.com/fiduswriter/diffDOM/archive/v3.1.0.tar.gz",
"govuk-elements-sass": "3.1.3",
"govuk-elements-sass": "3.1.2",
"govuk_frontend_toolkit": "8.1.0",
"govuk_template_jinja": "0.24.1",
"gulp": "4.0.0",