mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 10:28:26 -04:00
Add HTML and CSS for extended GSM characters
Based on feedback from this pull request: https://github.com/alphagov/notifications-admin/pull/3711
This commit is contained in:
@@ -44,7 +44,10 @@
|
||||
|
||||
<h3 class="heading-small" id="long-text-messages">Long text messages</h3>
|
||||
<p class="govuk-body">If a text message is longer than 160 characters (including spaces), it’ll be charged as more than one message.</p>
|
||||
<p class="govuk-body">The following characters are charged as 2 characters each: [ ] { } ^ \ | ~ €</p>
|
||||
<p class="govuk-body">
|
||||
The following characters are charged as 2 characters each:<br />
|
||||
<span class="extended-gsm-characters">[]{}^\|~€</span>
|
||||
</p>
|
||||
|
||||
<div class="bottom-gutter-3-2">
|
||||
{% call mapping_table(
|
||||
|
||||
Reference in New Issue
Block a user