Added horizontal scroll to long inlines to prevent full page scroll

pull/17/head 0.2.1
Fabio Caccamo 2017-02-09 16:08:50 +01:00
parent 202b5fa4aa
commit 3203b437df
1 changed files with 4 additions and 0 deletions

View File

@ -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;