Skip to content

Instantly share code, notes, and snippets.

@andrexx
Created June 14, 2014 13:21
Show Gist options
  • Save andrexx/22a527cf0f0ffb7d9d7a to your computer and use it in GitHub Desktop.
Save andrexx/22a527cf0f0ffb7d9d7a to your computer and use it in GitHub Desktop.
<table class="result-table">
<tr>
<td colspan="2" class="wordwrap"><div class="result-title">@Model.Result.RequestType </div></td>
</tr>
<tr>
<td class="col1">1</td>
<td class="col2 wordwrap">@Model.Result.RegistrationNumber</td>
</tr>
<tr>
<td class="col1">2</td>
<td class="col2 wordwrap">@Model.Result.RegistrationDate</td>
</tr>
</table>
.wordwrap {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.result-table {
width: 100%;
border-collapse: separate;
table-layout:fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment