Skip to content

Commit

Permalink
Fix display: flex issues when content has no image
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed May 4, 2015
1 parent 3ea416e commit 57e5cba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/definitions/modules/modal.less
Expand Up @@ -103,13 +103,16 @@
---------------*/

.ui.modal > .content {
display: flex;
display: block;
width: 100%;
font-size: @contentFontSize;
line-height: @contentLineHeight;
padding: @contentPadding;
background: @contentBackground;
}
.ui.modal > .image.content {
display: flex;
}

/* Image */
.ui.modal > .content > .image {
Expand Down

0 comments on commit 57e5cba

Please sign in to comment.