and again

This commit is contained in:
Ross
2026-06-17 22:43:38 +01:00
parent ed77af215f
commit 2e11e40b7c
231 changed files with 85266 additions and 115 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
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;
}