Browse Source

Fix mobile styling of 'image content' not appearing correctly

dimmer-flex
jlukic 9 years ago
parent
commit
c06a11e4ae
1 changed files with 4 additions and 0 deletions
  1. 4
      src/definitions/modules/modal.less

4
src/definitions/modules/modal.less

@ -112,6 +112,7 @@
} }
.ui.modal > .image.content { .ui.modal > .image.content {
display: flex; display: flex;
flex-direction: row;
} }
/* Image */ /* Image */
@ -235,6 +236,9 @@
} }
/*rtl:ignore*/ /*rtl:ignore*/
.ui.modal .image.content {
flex-direction: column;
}
.ui.modal .content > .image { .ui.modal .content > .image {
display: block; display: block;
max-width: 100%; max-width: 100%;

Loading…
Cancel
Save