Browse Source

Backport flex fix for cards #2069 #2021 #2105

pull/2136/head
jlukic 10 years ago
parent
commit
05a7a320f2
2 changed files with 9 additions and 0 deletions
  1. 8
      RELEASE-NOTES.md
  2. 1
      src/definitions/views/card.less

8
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

1
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;

Loading…
Cancel
Save