govuk_publishing_components 39.2.0 → 39.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 895fb77bee020611a867bfa196666dd75c23450c1a6a56b38e46512e8a2d135b
4
- data.tar.gz: 8bfd4714cce990a40d4f486471ffcb52ff62ad2ed76f91c7ffcf4c640098c83e
3
+ metadata.gz: df7fbf03f91c150608c1ff35b2aa7334ece94615df55235111abe06a85cf68f2
4
+ data.tar.gz: 1694a3f8918b05ad9b53d0790be258b802ea2d516e0e28539c46410c3529308c
5
5
  SHA512:
6
- metadata.gz: 90f85a5fee2cc7c16a97772ad5d5b0f89800170a0d9c87084cb04d2e1ddc51919eda015b66d5437f564bb478d2efba9fc95e627b99aa7e7e8f871d52e5dd5f03
7
- data.tar.gz: ab3c4e2d0ebfc6a9a1fc771644683bbda76dc90ecdd54da166dc062de264bd9ab419c50c6123fe3fa9250312a182f7d2275a728f465c65ea3e55e5adfc12e4be
6
+ metadata.gz: 6039fe4d93d1739878680bb30734d51d0cb87fc2f4daacbac67c45e0c725d2ba8e149a860f89df943668a88464b5a91e054dcd66c754bc8c92a0538d68a5eac1
7
+ data.tar.gz: 2d30d358877b81f7d0a91d5fc2ac42d053eb1b77b3f48463f30f672a85133ecc42466bef0caf03814804296328a292c27544439fa158864497dffcd93c59f8aa
data/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # GOV.UK Publishing Components
2
-
3
- [![status](https://badgen.net/github/status/alphagov/govuk_publishing_components/main)](https://github.com/alphagov/govuk_publishing_components/actions?query=branch%3Amain)
2
+ [![status](https://github.com/alphagov/govuk_publishing_components/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/alphagov/govuk_publishing_components/actions/workflows/ci.yml?query=branch%3Amain)
4
3
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
5
4
  [![Stylelint Style Guide](https://img.shields.io/badge/code_style-stylelint-brightgreen.svg)](https://github.com/alphagov/stylelint-config-gds/)
6
5
 
@@ -447,7 +447,7 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
447
447
  var $cell = cells[i]
448
448
  var cellVal = parseFloat(this.utils.stripValue($cell.innerText), 10)
449
449
  var $cellSpan = $cell.querySelector('span')
450
- var spanWidth = $cell.querySelector('span').offsetWidth + 5 // +5 just for extra padding
450
+ var spanWidth = $cell.querySelector('span').offsetWidth + 10 // +10 just for extra padding
451
451
  var cellWidth = $cell.offsetWidth
452
452
 
453
453
  if (!this.options.stacked) {