Skip to content

[Cards] Centered Cards Not Functioning #2520

Closed
@jlukic

Description

From @cyllu2
This simple HTML,

<div class="ui padded row">
    <div class="centered column">
        <div class="ui three stackable cards">
            <div class="blue card">fdsfsdf</div>
            <div class="blue card">fdsfsdf</div>
            <div class="blue card">fdsfsdf</div>
        </div>
    </div>
</div>

should center the cards and then stack them. However, on IE(10) and Safari on iOS and possibly other browsers as well, they are left-aligned all the time, even when stacked.

Semantic-Org/Semantic-UI-Meteor#26

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions