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

This commit is contained in:
Fabio Caccamo
2017-02-09 13:03:00 +01:00
parent b416b46c5a
commit 1f3bb6514c
@@ -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;
}