Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -7,7 +7,10 @@ |
8 | 8 | |
9 | 9 | .texvc { direction: ltr; unicode-bidi: embed; } |
10 | 10 | img.tex { vertical-align: middle; } |
11 | | -span.texhtml { font-family: serif; } |
| 11 | +span.texhtml { |
| 12 | + font-family: serif; |
| 13 | + white-space: nowrap; |
| 14 | +} |
12 | 15 | |
13 | 16 | /* Stop floats from intruding into edit area in previews */ |
14 | 17 | #toolbar, #wpTextbox1 { clear: both; } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -119,6 +119,7 @@ |
120 | 120 | * Add 'editsection-brackets' message to allow localization (or removal) of the |
121 | 121 | brackets in the "[edit]" link for sections. |
122 | 122 | * (bug 10437) Move texvc styling to shared.css. |
| 123 | +* (bug 10438) HTML TeX formulas should not wrap. |
123 | 124 | |
124 | 125 | == Bugfixes since 1.10 == |
125 | 126 | |