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

Admin settings page container breaks out of viewport on smaller screens #28

Closed
LittleBigThing opened this issue Apr 21, 2021 · 0 comments · Fixed by #32
Closed

Admin settings page container breaks out of viewport on smaller screens #28

LittleBigThing opened this issue Apr 21, 2021 · 0 comments · Fixed by #32
Assignees
Labels
bug Something isn't working
Milestone

Comments

@LittleBigThing
Copy link
Contributor

Hi,

I noticed that the admin settings page breaks out of the viewport on smaller screens.

I think adding a max-width to the wrapper (because its width is set to 800px) should fix it:

.plausible-analytics-wrap {
    max-width: 100%;
}

Thanks!
PS: Great work by the way, thanks for the new 'Analytics page' feature. :-)

@mehul0810 mehul0810 added the bug Something isn't working label Apr 22, 2021
@mehul0810 mehul0810 added this to the 1.2.1 milestone Apr 22, 2021
@mehul0810 mehul0810 mentioned this issue Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants