Skip to content

Commit

Permalink
Adds #3226
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Nov 1, 2015
1 parent b644286 commit f131f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

**Bugs**
- **Sticky** - Fixes bug where sticky would stick at incorrect times when using a different scroll container than `body` and when the container's `scrollTop` is not 0 on init.
- **Grid** - Fixes attached segment 1px offset inside grid column #3226


### Version 2.1.4 - Sep 13, 2015
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/collections/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
}

/* Segment inside Aligned Grid */
.ui.grid .aligned.row > .column > .segment:not(.compact),
.ui.aligned.grid .column > .segment:not(.compact) {
.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
width: 100%;
}

Expand Down

0 comments on commit f131f7d

Please sign in to comment.