DJANGO Phase 1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user