first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:27:56 +03:00
commit d9f1ea341e
1021 changed files with 70645 additions and 0 deletions

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;
}