Skip to content

Commit

Permalink
Fix #3012 padded vertical segments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 20, 2017
1 parent 6fcbf43 commit 06f5239
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- **Dropdown** - Fixed issue where `selectOnKeydown` with `html` content would cause only non html content to display in `text` until blur
- **Form Validation** - Fixes js error caused by revalidating inputs without validation rules #4497 #4547 **Thanks @cbxp**
- **Input/Dropdown** - Fixed rounding error causing vertical alignment of `dropdown`, `search`, `input` to sometimes appear off by 1 pixel #4279
- **Segment** - Fixed `padded vertical segment` `very padded vertical segment` would receive horizontal padding #3012

**Documentation**
- **Visibility** - Added documentation for `onOnscreen` and `onOffScreen` to important callbacks somehow omitted from docs
Expand Down
7 changes: 7 additions & 0 deletions src/definitions/elements/segment.less
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@
padding: @veryPaddedSegmentPadding;
}

/* Padded vertical */
.ui.padded.segment.vertical.segment,
.ui[class*="very padded"].vertical.segment {
padding-left: 0px;
padding-right: 0px;
}

/*-------------------
Compact
--------------------*/
Expand Down

0 comments on commit 06f5239

Please sign in to comment.