Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- td{
- max-width: 150px;
- }
- td,td span{
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement