kcrisman wrote:
>>  We recently fixed code cell outputs
>> to have horizontal scrollbars if needed.  We could easily make text
>> cells have horizontal scrollbars if needed by adding something like the
>> following to the CSS:
>>
>> .text_cell {
>>    overflow-x:auto;
>>
>> }
> 
> Would this fix the problem that it shouldn't be overflowing in the
> first place (look at this specific example, where the formula should
> just be going to the next line), or is that a jsmath issue?
> 


Jsmath doesn't wrap across a linebreak, so yes, I think that's a jsmath 
issue.

Jason



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to