As discussed in the toolbar contributors call:
- We could add a linter which flags CSS which doesn't work as expected in RTL scenarios
- We should test the toolbar on RTL pages and see that nothing breaks
Previous work:
#241 /
|
<div id="djDebug" class="djdt-hidden" dir="ltr" |
(The dir=”ltr” attribute is still there.)
As discussed in the toolbar contributors call:
Previous work:
#241 /
django-debug-toolbar/debug_toolbar/templates/debug_toolbar/base.html
Line 11 in bf2f3e1