Skip to content

Commit

Permalink
Updated component to version 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jul 11, 2017
1 parent f2e52c9 commit 125f8b1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.2.11 - July 11, 2017

- **Message** - Fix issue with `compact icon message` not appearing compact [#4759](https://github.com/Semantic-Org/Semantic-UI/issues/4759)

#### Dropdown

- **Search** - Fixes issue where empty results message can still appear when using setting `showNoResults: false` [#4616](https://github.com/Semantic-Org/Semantic-UI/pull/4616)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.10"
"version": "2.2.11"
}
12 changes: 6 additions & 6 deletions message.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.10 - Message
* # Semantic UI 2.2.11 - Message
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -149,7 +149,6 @@
}
.ui.icon.visible.visible.visible.visible.message {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
Expand All @@ -175,6 +174,11 @@
.ui.compact.message {
display: inline-block;
}
.ui.compact.icon.message {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}

/*--------------
Attached
Expand Down Expand Up @@ -209,19 +213,16 @@

.ui.icon.message {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.ui.icon.message > .icon:not(.close) {
display: block;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
Expand All @@ -233,7 +234,6 @@
.ui.icon.message > .content {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
vertical-align: middle;
Expand Down
4 changes: 2 additions & 2 deletions message.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-message",
"version": "2.2.10",
"version": "2.2.11",
"title": "Semantic UI - Message",
"description": "Single component release of message",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit 125f8b1

Please sign in to comment.