Browse Source

Adds #3226

pull/3130/merge
Jack 9 years ago
parent
commit
5062d0b5fb
2 changed files with 3 additions and 2 deletions
  1. 1
      RELEASE-NOTES.md
  2. 4
      src/definitions/collections/grid.less

1
RELEASE-NOTES.md

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

4
src/definitions/collections/grid.less

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

Loading…
Cancel
Save