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

Commit

Permalink
v1.21.0 — Hide all but the paragraph element in a collapsed card sect…
Browse files Browse the repository at this point in the history
…ion. (#193)
  • Loading branch information
DamianMullins authored Jan 9, 2019
1 parent d68a410 commit 884fc12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.21.0
------------------------------
*January 9, 2018*

### Changed
- Hide all but the paragraph element in a collapsed card section.


v1.20.0
------------------------------
*December 17, 2018*
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.20.0",
"version": "1.21.0",
"main": "dist/js/index.js",
"files": [
"dist/js",
Expand Down
4 changes: 4 additions & 0 deletions src/scss/components/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ $card-section-collapsible-paddingRight--aboveMid: 60px;

p {
@include truncate();

&:not(:first-child) {
display: none;
}
}
}

Expand Down

0 comments on commit 884fc12

Please sign in to comment.