From be447d856f6c32c1a8f67ce4ebf750f820013be1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 9 Jan 2015 15:25:57 -0500 Subject: [PATCH] Fix #1590 Wide and very wide popups should not have defined width --- src/definitions/modules/popup.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index ff02683b2..6985a620c 100755 --- a/src/definitions/modules/popup.less +++ b/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; }