Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 308 Bytes

prevent_wrapping_of_contents_of_code_tags.md

File metadata and controls

13 lines (9 loc) · 308 Bytes

Prevent wrapping of contents of code tags

If you want to wrap contents of code tags in Twitter Bootstrap (v2).

white-space: pre;
word-break: normal;
word-wrap: normal;

References