Improved tabular inlines horizontal scroll.

This commit is contained in:
Fabio Caccamo
2021-04-20 15:04:51 +02:00
parent 8e37cdd218
commit 004cd5fbcb
@@ -310,16 +310,12 @@ body.admin-interface .paginator a.showall:visited {
}
/* end fix */
/* begin fix issue #10 - Related widget broken in long tabular inline */
.admin-interface .inline-group .tabular .related-widget-wrapper {
white-space:nowrap;
}
/* end fix */
/* begin fix tabular inlines horizontal scroll */
.admin-interface .inline-related.tabular {
overflow-x: scroll;
}
.admin-interface .inline-related.tabular fieldset.module {
display: contents;
overflow-x: scroll;
width: 100%;
white-space: nowrap;
position: relative;