Fix left/right scrolling broken with django-import-export. #165
parent
bf89569794
commit
de2979219e
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -108,6 +108,8 @@
|
|||
href="{% static 'admin_interface/css/tinymce.css' %}?v={{ version_md5_cache }}"/>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/json-widget.css' %}?v={{ version_md5_cache }}"/>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/import-export.css' %}?v={{ version_md5_cache }}"/>
|
||||
<link rel="stylesheet" type="text/css"
|
||||
href="{% static 'admin_interface/css/rtl.css' %}?v={{ version_md5_cache }}"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue