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

Fix Opera .clearfix bug when using contenteditable

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