-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add draft guidance for break-word override class
Co-authored-by: seaemsi <50173207+seaemsi@users.noreply.github.com> Co-authored-by: Calvin Lau <77630796+calvin-lau-sig7@users.noreply.github.com>
- Loading branch information
1 parent
d24941b
commit fde810d
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Break word – Typography | ||
layout: layout-example.njk | ||
--- | ||
|
||
<div class="govuk-grid-row"> | ||
<div class="govuk-grid-column-one-half"> | ||
<p class="govuk-body"> | ||
<strong>With class</strong><br> | ||
Email me on <span class="govuk-!-text-break-word">arthur_phillip_dent.42@peoplepersonalitydivision.siriuscyberneticscorporation.corp</span>. | ||
</p> | ||
</div> | ||
<div class="govuk-grid-column-one-half"> | ||
<p class="govuk-body"> | ||
<strong>With <code>wbr</code></strong><br> | ||
Email me on <span class="govuk-!-text-break-word">arthur<wbr>_phillip<wbr>_dent<wbr>.42<wbr>@<wbr>people<wbr>personality<wbr>division<wbr>.sirius<wbr>cybernetics<wbr>corporation<wbr>.corp</span>. | ||
</p> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters