Browse Source

Fix formatting with (x) column table segment

pull/2973/merge
Jack Lukic 9 years ago
parent
commit
80f1bd450c
2 changed files with 11 additions and 1 deletions
  1. 9
      RELEASE-NOTES.md
  2. 3
      src/definitions/elements/segment.less

9
RELEASE-NOTES.md

@ -1,5 +1,14 @@
## RELEASE NOTES
### Version 2.1.4 - Sep 12, 2015
**Critical Bugfixes**
- **Build** - Fixed issue where using a packaged theme without a `site.variables` would cause build to fail
**Bugfixes**
- **Table** - Fixed issue where `(x) column segment table` was inheriting accidentally inheriting some grid styles
### Version 2.1.3 - Sep 03, 2015
**Bugfixes**

3
src/definitions/elements/segment.less

@ -86,7 +86,8 @@
/* Grid */
.ui.page.grid.segment,
.ui.grid .ui.segment.column {
.ui.grid > .row > .ui.segment.column,
.ui.grid > .ui.segment.column {
padding-top: @pageGridMargin;
padding-bottom: @pageGridMargin;
}

Loading…
Cancel
Save