aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/mixins.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 733dfd08b..6eaffa3e3 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;