diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 154b20c51..0673fcfb9 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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 diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index 4dfbe37f6..9a7bd5247 100755 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -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 --------------------*/