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>
|
<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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue