@ -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
@ -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%;