Improved tabular inlines horizontal scroll.

pull/126/head
Fabio Caccamo 2021-04-20 15:04:51 +02:00
parent 8e37cdd218
commit 004cd5fbcb
1 changed files with 3 additions and 7 deletions

View File

@ -310,16 +310,12 @@ body.admin-interface .paginator a.showall:visited {
} }
/* end fix */ /* 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 */ /* begin fix tabular inlines horizontal scroll */
.admin-interface .inline-related.tabular {
overflow-x: scroll;
}
.admin-interface .inline-related.tabular fieldset.module { .admin-interface .inline-related.tabular fieldset.module {
display: contents; display: contents;
overflow-x: scroll;
width: 100%; width: 100%;
white-space: nowrap; white-space: nowrap;
position: relative; position: relative;