Browse Source

Fixes #1052, full screen modal missing font size

pull/1129/head
jlukic 10 years ago
parent
commit
576fddfc72
1 changed files with 4 additions and 0 deletions
  1. 4
      src/definitions/modules/modal.less

4
src/definitions/modules/modal.less

@ -294,6 +294,10 @@
Size Size
---------------*/ ---------------*/
.ui.modal {
font-size: @medium;
}
/* Small */ /* Small */
.ui.small.modal > .header { .ui.small.modal > .header {
font-size: @smallHeaderSize; font-size: @smallHeaderSize;

Loading…
Cancel
Save