diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 469e50235..d4bbd743f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,13 @@ ## RELEASE NOTES + +### Version 1.11.7 - April 13, 2015 + +**Bugs** + +- **Sticky** - Fixes errant `console.log` statement appearing in source +- **Build Tools** - Fixes issue where `npm update` install scripts would remove custom themes from `src/themes/` during copy after updating Semantic UI + ### Version 1.11.6 - March 27, 2015 More critical bug backports from `2.x` branch, as well as fixes for browserify diff --git a/src/definitions/views/card.less b/src/definitions/views/card.less index fd7570695..c2ebc9b1a 100755 --- a/src/definitions/views/card.less +++ b/src/definitions/views/card.less @@ -114,6 +114,7 @@ .ui.cards > .card > .image, .ui.card > .image { display: block; + flex: 0 0 auto; position: relative; padding: @imagePadding; background: @imageBackground;