kcrisman wrote:
> 
> 
> On Nov 10, 5:22 pm, "[email protected]" <[email protected]> wrote:
>> No problem in 4.2. Does this depend on the size ot the window? Does
>> reload of the page help?
> 
> Yes, it does depend on the size of the window.  I do not think reload
> helps.
> 
> The problem is that there is not even a horizontal scroll bar!  Maybe
> Mitesh P. or Tim D. have some ideas - it could be an artifact of the
> Sagenb migration, unfortunately I don't have quick access to a build
> before that to check.
> 


I think it's always been this way.  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;
}

-Jason


-- 
Jason Grout


--~--~---------~--~----~------------~-------~--~----~
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