-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
header wrapping issues at some window sizes (recurring issue) #4690
Comments
Yes, removing the icons is solving this issue momentarily, we can brainstorm to make this code more flexible. But for now, do you want to remove the icons, I could make a PR for it @jywarren ? |
That'd be great, thank you!
…On Sun, Jan 27, 2019, 12:15 PM Isha Gupta ***@***.*** wrote:
Yes, removing the icons is solving this issue momentarily, we can
brainstorm to make this code more flexible. But for now, do you want to
remove the icons, I could make a PR for it?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4690 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ1lFvFgCAzpX-sXAd_3op_tmhe_8ks5vHcKFgaJpZM4aMlLP>
.
|
Hi @jywarren, the menu work is in progress at #4517 , so you can add your comments there to help @Chrisyee22. @IshaGupta18 you can collaborate with @chrisyee at #4517 so that issue can be resolved as soon as possible. Thanks! |
@IshaGupta18 Can I work on this Issue with you? |
I am so sorry I missed your comment @siddhishree . Please feel free to work on this issue. We would love your help here! |
I think we are OK on this, can someone try resizing the header to very small sizes and check that it doesn't fold to 2 lines when we do it? If we're OK, then we can close this for now! |
Checked! Works fine!
…On Mon, Mar 25, 2019, 8:23 PM Jeffrey Warren ***@***.***> wrote:
I think we are OK on this, can someone try resizing the header to very
small sizes and check that it doesn't fold to 2 lines when we do it? If
we're OK, then we can close this for now!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4690 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Am54Z5gyaJc21p8TOlQ0BO4ZTY84wHmHks5vaOMAgaJpZM4aMlLP>
.
|
Thanks IshaGupta! |
Great!
…On Mon, Mar 25, 2019 at 8:53 PM Jeffrey Warren ***@***.***> wrote:
Thanks IshaGupta!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4690 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AT6S9hZNLJsqt1qnm3eCm5g3NRNSqMQWks5vaOn0gaJpZM4aMlLP>
.
|
We keep seeing issues with the header wrapping to 2 lines as items are added or removed from the header, and I'd like to think about how to address this - both the current issue and how to prevent this in the future.
Right now I believe the new icons added have increased the width beyond the breakpoints in CSS. Read more about the issue here:
#4502
One open PR is being blocked by this issue as well.
#4461
Which is discouraging for the author, I'm sure!
Let's solve the immediate issue by removing the icons until we can fix the wrapping, and let's brainstorm a plan to either block edits to this code or to have a more flexible layout which can survive some changes without breaking.
Thanks everyone for your patience, this is a delicate section of code and we appreciate your help!!
The text was updated successfully, but these errors were encountered: