Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
v1.24.1 - Alignment tweeks (#197)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lilmarsh96 authored and sonnyprince committed Jan 25, 2019
1 parent 8afdc05 commit 15f6383
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,37 @@ 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.


v1.23.0
------------------------------
*January 11, 2018*
*January 11, 2019*

### Changed
- Adjusted collapsible card padding and heights for different device widths.


v1.22.0
------------------------------
*January 10, 2018*
*January 10, 2019*

### Added
- LGTM badge on readme.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/scss/components/optional/_content-title.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

.c-contentTitle-icon {
width: 24px;
height: 24px;
margin-right: spacing();
}

Expand Down
1 change: 1 addition & 0 deletions src/scss/components/optional/_listings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ $listing--inactive-bg : rgba($listing-bg, 0.5);
}

.c-listing-item-detailsRow-text {
white-space: initial;
margin-left: spacing();
}

Expand Down

0 comments on commit 15f6383

Please sign in to comment.