diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 836fd76fc..0f7c73b17 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,6 +4,7 @@ **Bug Fixes** +- **Modal** - Fixes typo causing `middle aligned` image not to work correctly. - **Build** - `gulp watch` now compiles concatenated css (missing in `1.9.1` only) ### Version 1.9.1 - February 18, 2015 diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 7aeb331d3..29f10960d 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -124,7 +124,7 @@ .ui.modal > .content > .image[class*="top aligned"] { vertical-align: top; } -.ui.modal > .content > .image[class*="top aligned"] { +.ui.modal > .content > .image[class*="middle aligned"] { vertical-align: middle; }