Fixed ckeditor style in tabular inlines
parent
e57042b1b4
commit
ef1eefb084
|
|
@ -97,10 +97,7 @@ https://github.com/Ikimea/ckeditor-light-theme
|
||||||
|
|
||||||
@media (max-width: 767px){
|
@media (max-width: 767px){
|
||||||
|
|
||||||
.django-ckeditor-widget {
|
.admin-interface .django-ckeditor-widget,
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-interface .cke {
|
.admin-interface .cke {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
@ -117,4 +114,13 @@ https://github.com/Ikimea/ckeditor-light-theme
|
||||||
.admin-interface .cke_contents {
|
.admin-interface .cke_contents {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-interface .tabular .django-ckeditor-widget,
|
||||||
|
.admin-interface .tabular .cke {
|
||||||
|
width: 400px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.admin-interface .tabular .cke_contents {
|
||||||
|
height: 90px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue