From f87c07fa4abf6ebabc5d821d6e4f450462c1bb14 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sun, 26 Apr 2015 19:27:34 -0400 Subject: [PATCH] Removes min-width rule for mozilla --- src/definitions/modules/popup.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index f9f20f82d..079b45df6 100755 --- a/src/definitions/modules/popup.less +++ b/src/definitions/modules/popup.less @@ -30,9 +30,6 @@ top: 0px; right: 0px; - /* Fixes content being squished when inline (moz only) */ - min-width: -moz-max-content; - z-index: @zIndex; border: @border;