From 22dc6cb4ba4e3fdf30b4afb7705a104d3142d66f Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 18 Sep 2014 15:03:05 -0400 Subject: [PATCH] Add flowing popup variation --- src/definitions/modules/popup.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index afaf78613..b2d7cb78b 100755 --- a/src/definitions/modules/popup.less +++ b/src/definitions/modules/popup.less @@ -242,6 +242,15 @@ box-shadow: none; } +/*-------------- + Flowing +---------------*/ + +.ui.flowing.popup { + max-width: 9999px; +} + + /*-------------- Sizes ---------------*/