Skip to content
New issue

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

"suit-left" not displaying #740

Closed
TheobaldTGC opened this issue Oct 8, 2019 · 0 comments
Closed

"suit-left" not displaying #740

TheobaldTGC opened this issue Oct 8, 2019 · 0 comments

Comments

@TheobaldTGC
Copy link

TheobaldTGC commented Oct 8, 2019

As of Version 77.0.3865.90 chrome no longer displays the sidebar ( suit-left ), even for django-suit demo. Does anyone know why this is the case?

Example:
https://djangosuit.com/admin/

Google Chrome Version 77.0.3865.90 (Official Build) (64-bit) MacOS
Django version 1.11

image

--edit

Fix that worked for me, only added display: flex;

    <style type="text/css">
        .suit-columns {
            padding-left: 200px;
            padding-right: 40px;
            display: flex;
        }
    </style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant