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

@ -27,4 +27,12 @@
.nav.navbar-nav.pull-right {
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

@ -29,4 +29,12 @@
.nav.navbar-nav.pull-right {
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;
}