Workaround for debug-toolbar conflict with Bootstrap 4.

This commit is contained in:
Audrey Roy Greenfeld 2015-09-23 23:53:33 -07:00
parent 650d4f1dd2
commit 97142763a6
2 changed files with 16 additions and 0 deletions

View File

@ -28,3 +28,11 @@
float: none !important;
}
}
/* Display django-debug-toolbar.
See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
and https://github.com/pydanny/cookiecutter-django/issues/317
*/
[hidden][style="display: block;"] {
display: block !important;
}

View File

@ -30,3 +30,11 @@
float: none !important;
}
}
/* Display django-debug-toolbar.
See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
and https://github.com/pydanny/cookiecutter-django/issues/317
*/
[hidden][style="display: block;"] {
display: block !important;
}