Browse Source

Updates responsive styles for mobile modal

pull/313/head
jlukic 11 years ago
parent
commit
3cc8178d08
1 changed files with 9 additions and 1 deletions
  1. 10
      src/modules/modal.less

10
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 */

Loading…
Cancel
Save