From 1f3bb6514c670d829bbf5cde7b86c38abe4f688a Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 9 Feb 2017 13:03:00 +0100 Subject: [PATCH] Fixed issue #10 - Related widget broken in long tabular inline --- admin_interface/templates/admin/base_site.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index f8fd9ef..85114a4 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -355,6 +355,12 @@ color:#888888 !important; } + /* begin fix issue #10 - Related widget broken in long tabular inline */ + .inline-group .tabular .related-widget-wrapper { + white-space:nowrap; + } + /* end fix */ + .inline-related h3 { padding:6px 10px !important; }