Browse Source

Fixes #4579, compact icon message not appearing compact

pull/5411/merge
Jack 7 years ago
parent
commit
b746126f36
2 changed files with 4 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md
  2. 3
      src/definitions/collections/message.less

1
RELEASE-NOTES.md

@ -19,6 +19,7 @@
- **Form Validation** - Fixed issue where radio was not being included in `onFailure` values if not set #5064 - **Form Validation** - Fixed issue where radio was not being included in `onFailure` values if not set #5064
- **Input** - Fix issue where transparent input had a border radius and could cut off descendors #5281 - **Input** - Fix issue where transparent input had a border radius and could cut off descendors #5281
- **Input** - Fixes disabled style being applied twice on input **Thanks @levithomason** #5284 - **Input** - Fixes disabled style being applied twice on input **Thanks @levithomason** #5284
- **Message** - Fix issue with `compact icon message` not appearing compact #4759
- **Menu** - Fixed issue where `left menu` and `right menu` did not display correctly in `stackable menu` on mobile #3604 #5116 **Thanks @BleuDiamant @Traverse** - **Menu** - Fixed issue where `left menu` and `right menu` did not display correctly in `stackable menu` on mobile #3604 #5116 **Thanks @BleuDiamant @Traverse**
- **Popup** - Fixed issue where popup would incorrectly add itself to the wrong offset context when using `popup` and `target` setting together in cases where the `target` has a different `offsetParent` than the activating element. - **Popup** - Fixed issue where popup would incorrectly add itself to the wrong offset context when using `popup` and `target` setting together in cases where the `target` has a different `offsetParent` than the activating element.
- **Dimmer** - Fixed typo causing body dimmer to add unnecessary `position: relative;` **Thanks @jinyangzhen** #4707 - **Dimmer** - Fixed typo causing body dimmer to add unnecessary `position: relative;` **Thanks @jinyangzhen** #4707

3
src/definitions/collections/message.less

@ -177,6 +177,9 @@
.ui.compact.message { .ui.compact.message {
display: inline-block; display: inline-block;
} }
.ui.compact.icon.message {
display: inline-flex;
}
/*-------------- /*--------------

Loading…
Cancel
Save