Post

pre 标签 自动换行

1
2
3
4
5
6
7
pre{
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
This post is licensed under CC BY 4.0 by the author.