Browse Source

Fix #1590 Wide and very wide popups should not have defined width

pull/1615/head
jlukic 10 years ago
parent
commit
be447d856f
1 changed files with 0 additions and 2 deletions
  1. 2
      src/definitions/modules/popup.less

2
src/definitions/modules/popup.less

@ -221,11 +221,9 @@
---------------*/
.ui.wide.popup {
width: @wideWidth;
max-width: @wideWidth;
}
.ui[class*="very wide"].popup {
width: @veryWideWidth;
max-width: @veryWideWidth;
}

Loading…
Cancel
Save