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

md-layout #1242

Closed
jackovsky8 opened this issue Dec 1, 2017 · 1 comment · Fixed by #1323
Closed

md-layout #1242

jackovsky8 opened this issue Dec 1, 2017 · 1 comment · Fixed by #1323
Assignees

Comments

@jackovsky8
Copy link

I try to make some responsive page:
Depending on size either Column 1 or 2 should be shown, column 3 contains should be shown always.

Steps to reproduce

    <div class="md-layout">
        <div class="md-layout-item md-xlarge-size-30 md-large-size-30 md-medium-size-33 md-small-size-40 md-xsmall-hide">
            Column 1 
        </div>
        <div class="md-layout-item md-xlarge-hide md-large-hide md-medium-hide md-small-hide">
            Column 2
        </div>
        <div class="md-layout-item">
            Column 3
        </div>
    </div>

Which browser?

Tried it with the newest chrome and firefox.

What is expected?

First column width depending on the size,
second column hiding except on xsmall.

What is actually happening?

The second column is not hiding on xlarge and large,
and is not shown on xsmall.

Also md-large-size and md-xlarge-size are not working, the columns are then equal sized.

Reproduction Link

https://codepen.io/jackovsky888/pen/MOZZxd?editors=1111

@marcosmoura marcosmoura self-assigned this Dec 1, 2017
@marcosmoura
Copy link
Member

I will take a look on this ASAP.

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

Successfully merging a pull request may close this issue.

2 participants