Replace 'nobr' with 'span.text-nowrap'. Fixes #652

This commit is contained in:
Steve Sanderson 2018-04-23 09:36:10 +01:00
parent b05b3cac23
commit 6e85f4cb13
2 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
<span class="oi oi-pencil mr-2" aria-hidden="true"></span> <span class="oi oi-pencil mr-2" aria-hidden="true"></span>
<strong>@Title</strong> <strong>@Title</strong>
<nobr> <span class="text-nowrap">
Please take our Please take our
<a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=871783"> <a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=871783">
brief survey brief survey
</a> </a>
</nobr> </span>
and tell us what you think. and tell us what you think.
</div> </div>

View File

@ -2,12 +2,12 @@
<span class="oi oi-pencil mr-2" aria-hidden="true"></span> <span class="oi oi-pencil mr-2" aria-hidden="true"></span>
<strong>@Title</strong> <strong>@Title</strong>
<nobr> <span class="text-nowrap">
Please take our Please take our
<a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=871783"> <a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=871783">
brief survey brief survey
</a> </a>
</nobr> </span>
and tell us what you think. and tell us what you think.
</div> </div>