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 +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_attachment.scss +5 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +7 -0
- data/app/views/govuk_publishing_components/components/docs/govspeak.yml +3 -3
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb39c272f242ed85724733a75e9962ffe39f663c0dafdc93a2c73ec8a1a2f6c0
|
4
|
+
data.tar.gz: 5456bd891a73db706520a67d7ed64448aa1e40ad8167e215315161d80e7019f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 {
|
data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss
CHANGED
@@ -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
|
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="
|
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">
|
521
|
+
<span class="url">https://www.arcgis.com/apps/opsdashboard/index.html#/f94c3c90da5b4e9f9a0b19484dd4bb14</span>
|
522
522
|
</p>
|
523
523
|
</div>
|
524
524
|
</section>
|