Files
shopback/staticfiles/django_tinymce/admin_tinymce.css
Beyhan Oğur d9f1ea341e first commit
2026-04-26 22:27:56 +03:00

16 lines
337 B
CSS

/*
Workaround for the following rule defined in
django/contrib/admin/static/admin/css/responsive.css (which is
unsuitable for textareas used by TinyMCE internally):
@media (max-width: 1024px) {
textarea {
max-width: 100%;
max-height: 120px;
}
}
*/
.tox .tox-textarea-wrap .tox-textarea {
max-height: none;
}