Re: How to prevent label wrap in Django Administration

2015-04-19 Thread Larry Martell
On Sun, Apr 19, 2015 at 7:21 AM, Bernd Wechner wrote: > I'm just playing around with Django and have cut a simple model and all is > working fine. The Django administration tool works a charm, and I can move > onto some views and forms. But what puzzles me immensely is

Re: How to prevent label wrap in Django Administration

2015-04-19 Thread Thomas Lockhart
On 4/19/15 4:21 AM, Bernd Wechner wrote: I'm just playing around with Django and have cut a simple model and all is working fine. The Django administration tool works a charm, and I can move onto some views and forms. But what puzzles me immensely is why editing a tuple looks like this (with

How to prevent label wrap in Django Administration

2015-04-19 Thread Bernd Wechner
I'm just playing around with Django and have cut a simple model and all is working fine. The Django administration tool works a charm, and I can move onto some views and forms. But what puzzles me immensely is why editing a tuple looks like this (with crazy label wrap). Can I fix this any