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

At specific viewport widths, no breakpoints apply #19412

Closed
twmobius opened this issue Mar 5, 2016 · 5 comments
Closed

At specific viewport widths, no breakpoints apply #19412

twmobius opened this issue Mar 5, 2016 · 5 comments
Labels

Comments

@twmobius
Copy link

twmobius commented Mar 5, 2016

I am not entirely sure if this is a bug but here goes.

From what I've seen so far v4 works great (I actually last week pushed it into production) but I've noticed that there are some gaps in between the responsive layout where neither the larger nor the directly smaller media applies.

For instance if window width is 1199px we are inbetween xl and lg. Same for 991 we are between lg and md, and so on.

I am guessing this is because of
@return if($next, breakpoint-min($next, $breakpoints) - 0.1, null);

Is this expected or an actual issue?

@cvrebert
Copy link
Collaborator

cvrebert commented Mar 5, 2016

@twmobius What exact version of Bootstrap are you using? v4.0.0-alpha.2?
Is your browser's page zoom level set to 100% ?

@cvrebert
Copy link
Collaborator

cvrebert commented Mar 5, 2016

X-Ref: #17403, #19197

@twmobius
Copy link
Author

twmobius commented Mar 5, 2016

I am on v4.0.0-apha and the browser zoom level is at 100%

@cvrebert cvrebert changed the title v4: Responsive gaps at specific dimensions At specific viewport widths, no breakpoints apply Mar 5, 2016
@cvrebert
Copy link
Collaborator

cvrebert commented Mar 5, 2016

@twmobius Please upgrade to the 2nd alpha (4.0.0-alpha.2). You're likely encountering the issue that was fixed by #17403.

@twmobius
Copy link
Author

twmobius commented Mar 5, 2016

@cvrebert Yes you are right. 4.0.0-alpha.2 resolves the issue. Thank you very much!

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

No branches or pull requests

2 participants