Added horizontal scroll to long inlines to prevent full page scroll
This commit is contained in:
@@ -361,6 +361,10 @@
|
|||||||
color:#888888 !important;
|
color:#888888 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-group {
|
||||||
|
overflow-x:auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* begin fix issue #10 - Related widget broken in long tabular inline */
|
/* begin fix issue #10 - Related widget broken in long tabular inline */
|
||||||
.inline-group .tabular .related-widget-wrapper {
|
.inline-group .tabular .related-widget-wrapper {
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user