mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 07:58:40 +00:00
Fix word wrap on user biographies
This commit is contained in:
parent
91441e67bc
commit
de44991ea4
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<p>@HttpUtility.HtmlDecode(Model.ProfileUser.Biography)</p>
|
<p style="overflow-wrap: anywhere;">@HttpUtility.HtmlDecode(Model.ProfileUser.Biography)</p>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue