add repapp css

This commit is contained in:
Tom Irgang 2023-06-02 20:13:24 +02:00
parent 3242766b7f
commit 132ddf11a8
2 changed files with 4 additions and 5 deletions

View file

@ -0,0 +1,3 @@
.django-ckeditor-widget {
display: block !important
}

View file

@ -15,11 +15,7 @@
{% endblock title %} {% endblock title %}
</title> </title>
<link rel="stylesheet" href="{% static 'repapp/css/bootstrap.min.css' %}" /> <link rel="stylesheet" href="{% static 'repapp/css/bootstrap.min.css' %}" />
<style> <link rel="stylesheet" href="{% static 'repapp/css/repapp.css' %}" />
.django-ckeditor-widget{
display: block !important
}
</style>
{% block head %} {% block head %}
{% endblock head %} {% endblock head %}
</head> </head>