diff options
| author | Mark Otto <[email protected]> | 2012-12-07 09:51:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-07 09:51:57 -0800 |
| commit | 1c5b8e967e2b421503bc010d4ed3b79406ea5b7b (patch) | |
| tree | 131306a8807868cb33d2ea00c36731e0c90971bb /less | |
| parent | be45a821bb3387cac0944d80f7569b912cc21483 (diff) | |
| parent | 1413f976ae2693572aebfb30c5e3790142eec30c (diff) | |
| download | bootstrap-1c5b8e967e2b421503bc010d4ed3b79406ea5b7b.tar.xz bootstrap-1c5b8e967e2b421503bc010d4ed3b79406ea5b7b.zip | |
Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/code.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/code.less b/less/code.less index ea1e749ae..266a926e7 100644 --- a/less/code.less +++ b/less/code.less @@ -47,6 +47,8 @@ pre { code { padding: 0; color: inherit; + white-space: pre; + white-space: pre-wrap; background-color: transparent; border: 0; } |
