Last active
April 11, 2017 03:25
-
-
Save imfycc/f6a0206b354013756fc5 to your computer and use it in GitHub Desktop.
Revisions
-
imfycc revised this gist
Apr 11, 2017 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ 自动换行 div{ white-space: pre-wrap; word-wrap: break-word; word-break: break-word; } 强迫不换行 -
imfycc created this gist
Feb 22, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 自动换行 div{ word-wrap: break-word; word-break: normal; } 强迫不换行 div{ white-space:nowrap; }