Fix left/right scrolling broken with django-import-export. #165

This commit is contained in:
Fabio Caccamo
2022-10-07 11:12:32 +02:00
parent bf89569794
commit de2979219e
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,7 @@
/* Fix left/right scrolling broken with django-import-export #165 */
.admin-interface table.import-preview {
display: block;
width: 100%;
max-width: 100%;
overflow: auto;
}