Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shierw/f12a3f49976ec65b27abb652ca12c3b4 to your computer and use it in GitHub Desktop.
Save shierw/f12a3f49976ec65b27abb652ca12c3b4 to your computer and use it in GitHub Desktop.
<style>
.text-break {
width: 200px;
word-wrap: break-word;
}
</style>
<td style="white-space: normal">
<div class="text-break">一大段内容<div>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment