diff options
| author | Misha Moroshko | 2013-09-23 20:17:16 +1000 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-25 22:39:37 +0100 | 
| commit | 4767d34ae8c7e36a5646f2aae46f8bf998ed07f2 (patch) | |
| tree | 84c8a6fa6b1112820000fc186603dd7201802ff9 | |
| parent | 5efc2ed5acaa9672a886f1ba0323766840e90265 (diff) | |
| download | angular.js-4767d34ae8c7e36a5646f2aae46f8bf998ed07f2.tar.bz2 | |
docs(docs.css): prevent `<code>` elements from wrapping
Closes #4114
| -rw-r--r-- | docs/src/templates/css/docs.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 5540a930..0b21cbcf 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -116,6 +116,7 @@    padding: 0;    font-size: inherit;    font-family: monospace; +  white-space: nowrap;  }  .content h2, | 
