Skip to content

Commit

Permalink
Fixes #2665, message icon collapses
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 20, 2015
1 parent fc6df94 commit e07369a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
### Version 2.0.5 - July 20, 2015
**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.5+is%3Aclosed)**

- **API** - Data replaced in urls, `urlData`, will now be url encoded by default. Additionally checks were added to avoid double encoding already encoded values. #2394
- **Dropdown** - Fixed regression causing `multiple search dropdown` using [`search` inside menu](http://www.semantic-ui.com/modules/dropdown.html#search-in-menu) to break, caused by JS error using "split"
- **Message** - Fixed issues where icon would overlap in `icon message` when at mobile resolutions due to `flex-collapse` value being incorrect #2665

- **Additional Fixes**
- **Dropdown** - `<select>` dropdowns intialized without `multiple` property set on `<select>` will now produce an error to alert users selection will not be preserved correctly. Related #2573
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/message.less
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
}
.ui.icon.message > .icon:not(.close) {
display: block;
flex: 0 1 auto;
flex: 0 0 auto;
width: auto;
line-height: 1;
vertical-align: @iconVerticalAlign;
Expand Down

0 comments on commit e07369a

Please sign in to comment.