Commit 3761d50c authored by Ben Vinegar's avatar Ben Vinegar

Fix Opera .clearfix bug when using contenteditable

parent 857b8fb8
...@@ -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