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

Loading…
Cancel
Save