govuk_publishing_components 21.28.0 → 21.28.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7b2dc33fa41b02559295b23f2f7522e698c972589c73903b390a4ca58a84680
4
- data.tar.gz: 55e2d8eabbf367f5bf7dbd6a6946c978a2afd920f655143f8eaf3583c0e9cba7
3
+ metadata.gz: eb39c272f242ed85724733a75e9962ffe39f663c0dafdc93a2c73ec8a1a2f6c0
4
+ data.tar.gz: 5456bd891a73db706520a67d7ed64448aa1e40ad8167e215315161d80e7019f2
5
5
  SHA512:
6
- metadata.gz: c9252c3d2e1a73bd417bf6116ad03c54dd5d56413804d094b4966d368993812be7fb6a3ea6ec75e0236529418ed1154384ea9b82634af385b9f14a97bb53cadc
7
- data.tar.gz: ec9b64188b8f54fc56f722a98a6d0f1a2a2ae3b571cb5f4186dca925f2f1aff2392b3cc5f29a4a6518d44904a01b310877fb2c0510818b681e12b9455547cab2
6
+ metadata.gz: 1f98f68e866d30a79bbabda167ed664574fd977e3ea77658ddd50ed1d15efc630457e9c2d9bc8f7d9fbe113334bcde4258e0260561b34dae851e0d496385b3af
7
+ data.tar.gz: b50793ed75f751492811d9dfa46f791d4d1fd35a6ea656e4a45bb6950224d311d93de7be4cf1b222c0dab8a898c6d025693fc499628fee5b03cbf251f34cf29d
@@ -41,6 +41,11 @@ $thumbnail-icon-border-colour: govuk-colour("mid-grey", $legacy: "grey-3");
41
41
 
42
42
  .gem-c-attachment__details {
43
43
  padding-left: $thumbnail-width + $thumbnail-border-width * 2 + govuk-spacing(5);
44
+
45
+ .gem-c-details {
46
+ word-break: break-word;
47
+ word-wrap: break-word;
48
+ }
44
49
  }
45
50
 
46
51
  .gem-c-attachment__title {
@@ -70,6 +70,11 @@
70
70
  @include govuk-font($size: 14);
71
71
  }
72
72
 
73
+ .url {
74
+ word-break: break-word;
75
+ word-wrap: break-word;
76
+ }
77
+
73
78
  .changed,
74
79
  .references,
75
80
  .unnumbered-paper {
@@ -98,6 +103,8 @@
98
103
  @include govuk-font($size: 14);
99
104
  margin: 0;
100
105
  }
106
+ word-break: break-word;
107
+ word-wrap: break-word;
101
108
  }
102
109
 
103
110
  .js-hidden {
@@ -489,7 +489,7 @@ examples:
489
489
  </p>
490
490
  <div data-module="toggle" class="accessibility-warning" id="attachment-1243761-accessibility-help">
491
491
  <h2>This file may not be suitable for users of assistive technology.
492
- <a class="toggler" href="#attachment-1243761-accessibility-request" data-controls="attachment-1243761-accessibility-request" data-expanded="false">Request a different format.</a>
492
+ <a class="toggler" href="#attachment-1243761-accessibility-request" data-controls="attachment-1243761-accessibility-request" data-expanded="false">Request an accessible format.</a>
493
493
  </h2>
494
494
  <p id="attachment-1243761-accessibility-request" class="help-block js-hidden"><span class="arrow"></span>
495
495
  If you use assistive technology and need a version of this document
@@ -516,9 +516,9 @@ examples:
516
516
  <a aria-hidden="true" class="thumbnail" href="http://example.com"><img alt="" src="//www.gov.uk/government/assets/pub-cover-a380604bb953dc22ac9dcfbf3cc65598327f493c37b09ac497c45148cbaa21b1.png"></a>
517
517
  </div>
518
518
  <div class="attachment-details">
519
- <h2 class="title"><a rel="external" href="http://example.com">An external link</a></h2>
519
+ <h2 class="title"><a rel="external" href="https://www.arcgis.com/apps/opsdashboard/index.html#/f94c3c90da5b4e9f9a0b19484dd4bb14">Track coronavirus cases</a></h2>
520
520
  <p class="metadata">
521
- <span class="url">http://example.com</span>
521
+ <span class="url">https://www.arcgis.com/apps/opsdashboard/index.html#/f94c3c90da5b4e9f9a0b19484dd4bb14</span>
522
522
  </p>
523
523
  </div>
524
524
  </section>
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "21.28.0".freeze
2
+ VERSION = "21.28.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 21.28.0
4
+ version: 21.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev