We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The admin view for the Category tree is broken because of django-admin-styles that is overrding many custom styles specific to this view.
Environment Describe your environment:
To Reproduce
Expected behavior The tree should look at a tree, at least in the same way than without django-admin-styles.
At least we should provide an alternative admin CSS to adapt in the admin styles context.
Additional context The tree view is currently experimental and planned to be improved.
The text was updated successfully, but these errors were encountered:
Notice we got an alternative CSS for this, it would need to be in documentation or maybe in future coming djangocms-lotus package.
Sorry, something went wrong.
Patched stylesheet for category tree admin with admin-style has been included in https://github.com/emencia/djangocms-lotus
No branches or pull requests
Describe the bug
The admin view for the Category tree is broken because of django-admin-styles that is overrding many custom styles specific to this view.
Environment
Describe your environment:
To Reproduce
Expected behavior
The tree should look at a tree, at least in the same way than without django-admin-styles.
At least we should provide an alternative admin CSS to adapt in the admin styles context.
Additional context
The tree view is currently experimental and planned to be improved.
The text was updated successfully, but these errors were encountered: