mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-23 05:08:03 -05:00
Fix Opera .clearfix bug when using contenteditable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user