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

Fix Opera .clearfix bug when using contenteditable

parent 857b8fb8
9 merge requests!4427Use variable for desktop media query,!4258Aria,!4248Amended mentions of 'javascript' to the correct 'JavaScript',!4235Patch 1,!4232Fixing the modal z-index issue + make modal stacking possible,!42132.1.0 wip,!4165Patch 2,!3976Fix Opera .clearfix bug when using contenteditable,!3935Fix Opera .clearfix bug when using contenteditable
Showing with 3 additions and 0 deletions
+3 -0
...@@ -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;
......
Supports Markdown
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