google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

Help navigation table caption overflows out of containing div #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the issue:
1. Install Grappelli according to installation instructions
2. Visit http://example.com/grappelli/help/[ID of help entry]/

The problem is in templates/grappelli/help_detail.html on line 37:
`<caption class="caption" style="padding-left:5px !important; width=100%">{{ 
help 
}}</caption>`

When the inline width is removed:
<caption class="caption" style="padding-left:5px !important;">{{ help 
}}</caption>

...the problem disappears.

I'm using the latest Subversion checkout on the Django development version, 
although that's 
unimportant, I think.

And I'm aware that this has probably already been fixed if you're re-writing 
the templates and 
CSS, but I thought I'd post a quick fix anyway. Also, is there a Google group 
for Grappelli? Or 
something similar?

Original issue reported on code.google.com by christop...@odonnell.io on 26 Jun 2009 at 10:15

GoogleCodeExporter commented 9 years ago
Oh, and thanks for all your work on Grappelli, by the way. Greatly appreciated.

Original comment by christop...@odonnell.io on 26 Jun 2009 at 10:17

GoogleCodeExporter commented 9 years ago
should work with Grappelli 2 - if the problem still exists, please re-open this 
ticket.

Original comment by sehmaschine on 11 Aug 2009 at 11:00