diff --git a/less/mixins.less b/less/mixins.less
index c3b57ed14238feca148dc8ab80e039a9c6bae066..9027fbcbf19ad58da2c81bc586963dc27be313de 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;