djangocms-admin-style
djangocms-admin-style copied to clipboard
readonly div and label overlap in admin
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.
