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

offset-*-0 are missing in the grid system #1583

Closed
Erdou opened this issue Jul 9, 2020 · 2 comments
Closed

offset-*-0 are missing in the grid system #1583

Erdou opened this issue Jul 9, 2020 · 2 comments

Comments

@Erdou
Copy link
Contributor

Erdou commented Jul 9, 2020

Describe the bug
offset-*-0 are missing in the grid system.
Meaning if you did for example offset-2 and want to remove it in xl size you cannot do offset-xl-0

To Reproduce
Example :

<div class="grid">
    <div class="row">
        <div class="mt-5 p-5 cell-full cell-md-8 offset-md-2 cell-xl-2 offset-xl-0 order-xl-3">
        </div>
        <div class="mt-5 p-5 cell-full cell-md-5 order-xl-1 cell-xl-5">
        </div>
        <div class="mt-5 p-5 cell-full cell-md-5 offset-md-2 order-xl-2 cell-xl-5 offset-xl-0">
        </div>
    </div>
</div>

I've added a pull request here: #1584

@olton olton added the Complete label Jul 9, 2020
@olton olton added this to the 4.3.10 milestone Jul 9, 2020
@olton
Copy link
Owner

olton commented Jul 9, 2020

Thank you, I extend your RP for non media offset

@olton
Copy link
Owner

olton commented Jul 9, 2020

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

2 participants