In django admin if the label text is too long then it overlaps with the actual readonly value(see image). Its caused by having the label width set to auto!important rather than 160px that is default for django the readonly class has margin-left:170px expoecting 160px on the lhe left.
In django admin if the label text is too long then it overlaps with the actual readonly value(see image). Its caused by having the label
width
set toauto!important
rather than160px
that is default for django thereadonly
class hasmargin-left:170px
expoecting160px
on the lhe left.