From: Ben Vinegar Date: Tue, 26 Jun 2012 00:35:42 +0000 (-0700) Subject: Fix Opera .clearfix bug when using contenteditable X-Git-Tag: v2.1.0~2^2~228^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3935%2Fhead;p=thirdparty%2Fbootstrap.git Fix Opera .clearfix bug when using contenteditable --- diff --git a/less/mixins.less b/less/mixins.less index c3b57ed142..9027fbcbf1 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -15,6 +15,9 @@ &:after { display: table; content: ""; + // Fixes Opera/contenteditable bug: + // http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952 + line-height: 0; } &:after { clear: both;