From 15f638321dd4305cd08022a6cdbc16e5b8182b9f Mon Sep 17 00:00:00 2001 From: lilmarsh96 <43729056+lilmarsh96@users.noreply.github.com> Date: Fri, 25 Jan 2019 09:57:53 +0000 Subject: [PATCH] v1.24.1 - Alignment tweeks (#197) * Adding white-space to fix icons sizing on smaller devices * Removing height from contentTitle icon to fix alignment issues * Updated package.json and typo's in CHANGELOG * Update CHANGELOG.md --- CHANGELOG.md | 20 +++++++++++++++---- package.json | 2 +- .../components/optional/_content-title.scss | 1 - src/scss/components/optional/_listings.scss | 1 + 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7a4772..53f840e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) +v1.24.1 +------------------------------ +*January 24, 2019* + +### Fixed +- Adjusted dates in changelog. +- Removed height on `c-contentTitle-icon` to fix icon alignment. + +### Added +- `white-space: initial` to `.c-listing-item-detailsRow-text` to adjust line wrapping. + + v1.24.0 ------------------------------ -*January 15, 2018* +*January 15, 2019* ### Added - `l-innerContainer--verticalSpacing` for base spacing between sections. @@ -14,7 +26,7 @@ v1.24.0 v1.23.0 ------------------------------ -*January 11, 2018* +*January 11, 2019* ### Changed - Adjusted collapsible card padding and heights for different device widths. @@ -22,7 +34,7 @@ v1.23.0 v1.22.0 ------------------------------ -*January 10, 2018* +*January 10, 2019* ### Added - LGTM badge on readme. @@ -36,7 +48,7 @@ v1.22.0 v1.21.0 ------------------------------ -*January 9, 2018* +*January 9, 2019* ### Changed - Hide all but the paragraph element in a collapsed card section. diff --git a/package.json b/package.json index 2a4ed393..80cb6ead 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@justeat/fozzie", "title": "Fozzie – Just Eat UI Web Framework", "description": "UI Web Framework for the Just Eat Global Platform", - "version": "1.24.0", + "version": "1.24.1", "main": "dist/js/index.js", "files": [ "dist/js", diff --git a/src/scss/components/optional/_content-title.scss b/src/scss/components/optional/_content-title.scss index 8abf48be..98172b8e 100644 --- a/src/scss/components/optional/_content-title.scss +++ b/src/scss/components/optional/_content-title.scss @@ -23,7 +23,6 @@ .c-contentTitle-icon { width: 24px; - height: 24px; margin-right: spacing(); } diff --git a/src/scss/components/optional/_listings.scss b/src/scss/components/optional/_listings.scss index 89ad347f..abeb98b9 100644 --- a/src/scss/components/optional/_listings.scss +++ b/src/scss/components/optional/_listings.scss @@ -244,6 +244,7 @@ $listing--inactive-bg : rgba($listing-bg, 0.5); } .c-listing-item-detailsRow-text { + white-space: initial; margin-left: spacing(); }