#14868: admin: prevent long text from overflowing recent actions box
----------------------------------+-----------------------------------------
 Reporter:  acdha                 |       Owner:  nobody    
   Status:  new                   |   Milestone:  1.3       
Component:  django.contrib.admin  |     Version:  1.2       
 Keywords:  admin, css            |       Stage:  Unreviewed
Has_patch:  1                     |  
----------------------------------+-----------------------------------------
 The recent actions text will overflow the container when the recent action
 contains something which cannot be word-wrapped normally, such as a
 filename, large number, etc.

 The patch at https://github.com/acdha/django/compare/1.2.3...admin-recent-
 actions-text-overflow avoids this problem by setting the CSS text-overflow
 property, allowing normal word wrapping but causing the
 browser to truncate text with an ellipsis when necessary

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14868>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to