Replace 'nobr' with 'span.text-nowrap'. Fixes #652
This commit is contained in:
parent
b05b3cac23
commit
6e85f4cb13
|
|
@ -2,12 +2,12 @@
|
|||
<span class="oi oi-pencil mr-2" aria-hidden="true"></span>
|
||||
<strong>@Title</strong>
|
||||
|
||||
<nobr>
|
||||
<span class="text-nowrap">
|
||||
Please take our
|
||||
<a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=871783">
|
||||
brief survey
|
||||
</a>
|
||||
</nobr>
|
||||
</span>
|
||||
and tell us what you think.
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
<span class="oi oi-pencil mr-2" aria-hidden="true"></span>
|
||||
<strong>@Title</strong>
|
||||
|
||||
<nobr>
|
||||
<span class="text-nowrap">
|
||||
Please take our
|
||||
<a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=871783">
|
||||
brief survey
|
||||
</a>
|
||||
</nobr>
|
||||
</span>
|
||||
and tell us what you think.
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue