Added horizontal scroll to long inlines to prevent full page scroll
parent
202b5fa4aa
commit
3203b437df
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue