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 @@
&:after {
display: table;
content: "";
// Fixes Opera/contenteditable bug:
// http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
line-height: 0;
}
&:after {
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