mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #35003 -- Corrected "wide" form margins in admin for LTR languages.
This commit is contained in:
		| @@ -190,13 +190,6 @@ fieldset .fieldBox { | ||||
|     width: 200px; | ||||
| } | ||||
|  | ||||
| form .wide p, | ||||
| form .wide ul.errorlist, | ||||
| form .wide input + p.help, | ||||
| form .wide input + div.help { | ||||
|     margin-left: 200px; | ||||
| } | ||||
|  | ||||
| form .wide p.help, | ||||
| form .wide div.help { | ||||
|     padding-left: 50px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user