From c06a11e4ae29994f4b915e6064e412c2856c6204 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 3 Jun 2015 14:37:45 -0400 Subject: [PATCH] Fix mobile styling of 'image content' not appearing correctly --- src/definitions/modules/modal.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 14c16daf2..2d90053e7 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -112,6 +112,7 @@ } .ui.modal > .image.content { display: flex; + flex-direction: row; } /* Image */ @@ -235,6 +236,9 @@ } /*rtl:ignore*/ + .ui.modal .image.content { + flex-direction: column; + } .ui.modal .content > .image { display: block; max-width: 100%;