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

Radiobox/checkbox inside css-columns or flexbox layout don't work on Chrome. Serious problems on Safari. #225

Closed
rickghome opened this issue Dec 12, 2014 · 1 comment

Comments

@rickghome
Copy link

    <style>
        ul.fake-columns {
            column-count:  1;
            column-gap: 1.5rem;

            > li {
                display:inline-block;
                margin:10px 5px $responsive-element-margin 5px;
                width:98%;
            }
        }
    </style>

    <ul class='responsive-columns'>
        <li>
            <input type="radio" name="group1" id='group1-a'  />
            <label for="group1-a">Item1</label>
            <input type="radio" name="group1" id='group1-b'  />
            <label for="group1-b">Item2</label>
        </li>
    </ul>
@rickghome
Copy link
Author

This bug report was in error. Problem isolated elsewhere. Sorry about that.

Smankusors pushed a commit to Smankusors/materialize that referenced this issue Jan 10, 2022
Smankusors pushed a commit to Smankusors/materialize that referenced this issue Jan 10, 2022
* fix: add link to searchable list Dogfalo#225

* Update pug/page-contents/icons_content.html

Co-authored-by: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant