We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In v5.0.2 when using <div class="col-md-6 col-xl"> col-md-6 takes precedence before col-xl even when screen size is bigger than 1400px.
<div class="col-md-6 col-xl">
col-md-6
col-xl
example 5.0.2 (with bug): https://codepen.io/mynameisbogdan/pen/KKmoNee example 5.0.1 (correct): https://codepen.io/mynameisbogdan/pen/rNmdWRg
The text was updated successfully, but these errors were encountered:
.row-cols
Successfully merging a pull request may close this issue.
In v5.0.2 when using
<div class="col-md-6 col-xl">
col-md-6
takes precedence beforecol-xl
even when screen size is bigger than 1400px.example 5.0.2 (with bug): https://codepen.io/mynameisbogdan/pen/KKmoNee
example 5.0.1 (correct): https://codepen.io/mynameisbogdan/pen/rNmdWRg
The text was updated successfully, but these errors were encountered: