Fixed tabular inline scroll bar. #101
parent
aa36776490
commit
3c77bad4ae
|
|
@ -311,7 +311,7 @@ body.admin-interface .paginator a.showall:visited {
|
||||||
|
|
||||||
/* begin fix tabular inlines horizontal scroll */
|
/* begin fix tabular inlines horizontal scroll */
|
||||||
.admin-interface .inline-related.tabular fieldset.module {
|
.admin-interface .inline-related.tabular fieldset.module {
|
||||||
display: block;
|
display: contents;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue