diff --git a/src/modules/modal.less b/src/modules/modal.less index 3ec01e481..5a7abb2b4 100755 --- a/src/modules/modal.less +++ b/src/modules/modal.less @@ -139,7 +139,15 @@ box-shadow: none; } .ui.modal .content .image { - width: 100% !important; + width: auto !important; + max-width: 100%; + } + .ui.modal .actions { + padding-bottom: 0em + } + .ui.modal .actions .buttons, + .ui.modal .actions .button { + margin-bottom: 1em; } } /* Tablet and Mobile */