From e6ffd3a86fcc3585cf2291b151fb4625f435586e Mon Sep 17 00:00:00 2001 From: pthrasher Date: Fri, 2 Sep 2011 10:43:26 -0400 Subject: [PATCH] Fix for issue #136. Now nests fine in both layouts. --- lib/patterns.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/patterns.less b/lib/patterns.less index d0e4cda123..83d7c5428c 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -742,6 +742,9 @@ input[type=submit].btn { .content { background-color: @white; padding: 14px; + min-width:inherit; + max-width:inherit; + margin:auto; .border-radius(0 0 3px 3px); .background-clip(padding-box); p, ul, ol { -- 2.47.2