Closed
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.