Add this css class
.wordbreak
{
word-break:break-all;
word-wrap:break-word;
-ms-word-break:break-all;
-ms-word-wrap:break-word;
overflow-wrap:break-word;
}
In View
<td class="wbrk">
@Html.LabelFor(model => model.Name)
</td>
.wordbreak
{
word-break:break-all;
word-wrap:break-word;
-ms-word-break:break-all;
-ms-word-wrap:break-word;
overflow-wrap:break-word;
}
In View
<td class="wbrk">
@Html.LabelFor(model => model.Name)
</td>
No comments:
Post a Comment