Created
May 25, 2017 02:28
-
-
Save shierw/f12a3f49976ec65b27abb652ca12c3b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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