Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Title bar overflow #4637

Closed
rohitpaulk opened this issue Sep 16, 2017 · 2 comments
Closed

Title bar overflow #4637

rohitpaulk opened this issue Sep 16, 2017 · 2 comments

Comments

@rohitpaulk
Copy link
Contributor

screen shot 2017-09-16 at 8 22 42 pm

Looks like this happened after we added the 'Browse' tab.

@EdOverflow
Copy link
Contributor

This could be resolved by increasing the max-width of the #wrapper.

#wrapper {
    width: 98vw;
    max-width: 576px;
    margin: 0 auto;
}

@chadwhitacre
Copy link
Contributor

increasing the max-width of the #wrapper.

I would expect that to have unintended consequences.

Should we remove "About" since it's also in the footer?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants