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%;