-
-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
type/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bug
Milestone
Description
Bug Report
Stackable grid has extra left/right margin when stacked. See image below how the left margin of column 1 becomes wider when the grid is stacked.
Steps to reproduce
<div class="ui basic segment">
<div class="ui two column stackable grid">
<div class="column">
<div class="ui segment">
Column 1
</div>
</div>
<div class="column">
<div class="ui segment">
Column 2
</div>
</div>
</div>
</div>
Expected result
No extra margin when stacked. i.e. same amount of margin in both stacked and unstacked state
Actual result
Stackable grid has extra left/right margin when stacked.
Testcase
https://jsfiddle.net/04rj9sx2/2/
Screenshot (if possible)
Version
2.8.7
Metadata
Metadata
Assignees
Labels
type/bugAny issue which is a bug or PR which fixes a bugAny issue which is a bug or PR which fixes a bug