-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bugfix: Make blankslate-narrow responsive #570
Conversation
Using `max-width` instead of `width` allows the blankslate to shrink on smaller screens. Resolves #553.
It's also possible that The other container flavors are using |
Thanks for this, @crhallberg! I'm queueing this up for our v11 release in #498. We need to catch that branch up to some of the minor version work that's been done since we opened it, so don't worry about merge conflicts for now. ✌️ |
Sure thing, @shawnbot! Would it be helpful to make another pull request for the |
@crhallberg Sure, that'd be great. Thanks! |
FYI, I've decided to include this as an enhancement in v10.10.0 rather than a breaking change. Thanks again! |
Using
max-width
instead ofwidth
allows the blankslate to shrink on smaller screens.Fixes: #553.
Sorry for the branch name, I made this change right on GitHub.
/cc @primer/ds-core