mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[3.1.x] Fixed #31853 -- Fixed wrapping of translated action labels in admin sidebar.
Backport of b0af56f639 from master
			
			
This commit is contained in:
		| @@ -78,6 +78,10 @@ | |||||||
|     padding-left: 16px; |     padding-left: 16px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | #nav-sidebar .module td { | ||||||
|  |     white-space: nowrap; | ||||||
|  | } | ||||||
|  |  | ||||||
| [dir="rtl"] #nav-sidebar .module th, | [dir="rtl"] #nav-sidebar .module th, | ||||||
| [dir="rtl"] #nav-sidebar .module caption { | [dir="rtl"] #nav-sidebar .module caption { | ||||||
|     padding-left: 8px; |     padding-left: 8px; | ||||||
|   | |||||||
| @@ -9,4 +9,5 @@ Django 3.1.1 fixes several bugs in 3.1. | |||||||
| Bugfixes | Bugfixes | ||||||
| ======== | ======== | ||||||
|  |  | ||||||
| * ... | * Fixed wrapping of translated action labels in the admin's navigation sidebar | ||||||
|  |   for East Asian languages (:ticket:`31853`). | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user