Added horizontal scroll to long inlines to prevent full page scroll

This commit is contained in:
Fabio Caccamo
2017-02-09 16:08:50 +01:00
parent 202b5fa4aa
commit 7e01ab0acf
@@ -361,6 +361,10 @@
color:#888888 !important;
}
.inline-group {
overflow-x:auto;
}
/* begin fix issue #10 - Related widget broken in long tabular inline */
.inline-group .tabular .related-widget-wrapper {
white-space:nowrap;