Fixed ckeditor style in tabular inlines

pull/32/head
Fabio Caccamo 2017-10-04 12:08:44 +02:00
parent e57042b1b4
commit ef1eefb084
1 changed files with 10 additions and 4 deletions

View File

@ -97,10 +97,7 @@ https://github.com/Ikimea/ckeditor-light-theme
@media (max-width: 767px){
.django-ckeditor-widget {
width: 100% !important;
}
.admin-interface .django-ckeditor-widget,
.admin-interface .cke {
width: 100% !important;
}
@ -117,4 +114,13 @@ https://github.com/Ikimea/ckeditor-light-theme
.admin-interface .cke_contents {
height: auto;
}
.admin-interface .tabular .django-ckeditor-widget,
.admin-interface .tabular .cke {
width: 400px !important;
}
.admin-interface .tabular .cke_contents {
height: 90px !important;
}
}