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

Search bar breaks layout and hides text on viewports 768-858px #502

Open
SteveDesmond-ca opened this issue Feb 24, 2022 · 1 comment
Open

Comments

@SteveDesmond-ca
Copy link
Contributor

Steps to reproduce:

Observed result:

  • search bar is bumped down to a second row in the header bar
  • top row of text in the sidebar is hidden
    Screen Shot 2022-02-24 at 13 39 33
    (note that this is scrolled up all the way on the page)

Expected result:

  • search bar scales horizontally to fit on a single header row
@heffernan111
Copy link

heffernan111 commented Dec 4, 2022

Recommend adding, padding-top: 2.5rem; when @media (min-width: 768px) to #layout-content and .tips

Mock up below.

Screenshot 2022-12-04 at 22 28 38

I would do a PR but I can not figure out how to compile css changes

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

No branches or pull requests

3 participants