Fixed issue #10 - Related widget broken in long tabular inline

pull/17/head
Fabio Caccamo 2017-02-09 13:03:00 +01:00
parent b416b46c5a
commit 1f3bb6514c
1 changed files with 6 additions and 0 deletions

View File

@ -355,6 +355,12 @@
color:#888888 !important; 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 { .inline-related h3 {
padding:6px 10px !important; padding:6px 10px !important;
} }