Fixed tinymce display in admin page

This commit is contained in:
Zakary Timson 2018-01-12 01:52:50 -05:00
parent b0d3547c71
commit 57c98fdebb

View File

@ -14,6 +14,10 @@
#newslettersubscription-group input {
transform: translate(-20px, 4px)
}
.mce-tinymce {
margin-left: 0 !important;
}
</style>
{% endblock %}