Commit fb290759 authored by Mark Otto's avatar Mark Otto

Merge pull request #3976 from benvinegar/master

Fix Opera .clearfix bug when using contenteditable
parents cd2d8215 3761d50c
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
&:after { &:after {
display: table; display: table;
content: ""; content: "";
// Fixes Opera/contenteditable bug:
// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
line-height: 0;
} }
&:after { &:after {
clear: both; clear: both;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment