Skip to content

Commit c33d868

Browse files
committed
Use non-breaking space for cta
1 parent cdccf22 commit c33d868

15 files changed

+15
-15
lines changed

templates/docs/examples/patterns/rich-list-horizontal/bulleted-50-50-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{%- if slot == 'cta' -%}
7272
<p>
7373
<a href="#" class="p-button">Learn more</a>
74-
<a href="#">Contact us &rsaquo;</a>
74+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7575
</p>
7676
{%- endif -%}
7777
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulleted-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{%- if slot == 'cta' -%}
7171
<p>
7272
<a href="#" class="p-button">Learn more</a>
73-
<a href="#">Contact us &rsaquo;</a>
73+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7474
</p>
7575
{%- endif -%}
7676
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-50-50-no-description-or-logo-section-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{%- if slot == 'cta' -%}
3838
<p>
3939
<a href="#" class="p-button">Learn more</a>
40-
<a href="#">Contact us &rsaquo;</a>
40+
<a href="#">Contact us&nbsp;&rsaquo;</a>
4141
</p>
4242
{%- endif -%}
4343
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-50-50-no-description-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{%- if slot == 'cta' -%}
6565
<p>
6666
<a href="#" class="p-button">Learn more</a>
67-
<a href="#">Contact us &rsaquo;</a>
67+
<a href="#">Contact us&nbsp;&rsaquo;</a>
6868
</p>
6969
{%- endif -%}
7070
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-50-50-no-logo-section-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{%- if slot == 'cta' -%}
4444
<p>
4545
<a href="#" class="p-button">Learn more</a>
46-
<a href="#">Contact us &rsaquo;</a>
46+
<a href="#">Contact us&nbsp;&rsaquo;</a>
4747
</p>
4848
{%- endif -%}
4949
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-50-50-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{%- if slot == 'cta' -%}
7171
<p>
7272
<a href="#" class="p-button">Learn more</a>
73-
<a href="#">Contact us &rsaquo;</a>
73+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7474
</p>
7575
{%- endif -%}
7676
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-no-description-or-logo-section-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{%- if slot == 'cta' -%}
3737
<p>
3838
<a href="#" class="p-button">Learn more</a>
39-
<a href="#">Contact us &rsaquo;</a>
39+
<a href="#">Contact us&nbsp;&rsaquo;</a>
4040
</p>
4141
{%- endif -%}
4242
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-no-description-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{%- if slot == 'cta' -%}
6464
<p>
6565
<a href="#" class="p-button">Learn more</a>
66-
<a href="#">Contact us &rsaquo;</a>
66+
<a href="#">Contact us&nbsp;&rsaquo;</a>
6767
</p>
6868
{%- endif -%}
6969
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-no-logo-section-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{%- if slot == 'cta' -%}
4343
<p>
4444
<a href="#" class="p-button">Learn more</a>
45-
<a href="#">Contact us &rsaquo;</a>
45+
<a href="#">Contact us&nbsp;&rsaquo;</a>
4646
</p>
4747
{%- endif -%}
4848
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/bulletless-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{%- if slot == 'cta' -%}
7070
<p>
7171
<a href="#" class="p-button">Learn more</a>
72-
<a href="#">Contact us &rsaquo;</a>
72+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7373
</p>
7474
{%- endif -%}
7575
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/minimal-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{%- if slot == 'cta' -%}
3232
<p>
3333
<a href="#" class="p-button">Learn more</a>
34-
<a href="#">Contact us &rsaquo;</a>
34+
<a href="#">Contact us&nbsp;&rsaquo;</a>
3535
</p>
3636
{%- endif -%}
3737
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/ordered-50-50-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{%- if slot == 'cta' -%}
7272
<p>
7373
<a href="#" class="p-button">Learn more</a>
74-
<a href="#">Contact us &rsaquo;</a>
74+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7575
</p>
7676
{%- endif -%}
7777
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/ordered-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{%- if slot == 'cta' -%}
7171
<p>
7272
<a href="#" class="p-button">Learn more</a>
73-
<a href="#">Contact us &rsaquo;</a>
73+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7474
</p>
7575
{%- endif -%}
7676
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/ticked-50-50-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{%- if slot == 'cta' -%}
7272
<p>
7373
<a href="#" class="p-button">Learn more</a>
74-
<a href="#">Contact us &rsaquo;</a>
74+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7575
</p>
7676
{%- endif -%}
7777
{% endcall -%}

templates/docs/examples/patterns/rich-list-horizontal/ticked-responsive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
{%- if slot == 'cta' -%}
7171
<p>
7272
<a href="#" class="p-button">Learn more</a>
73-
<a href="#">Contact us &rsaquo;</a>
73+
<a href="#">Contact us&nbsp;&rsaquo;</a>
7474
</p>
7575
{%- endif -%}
7676
{% endcall -%}

0 commit comments

Comments
 (0)