diff options
| -rw-r--r-- | less/mixins.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index c3b57ed14..9027fbcbf 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; |
