mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 16:50:23 +00:00
Fix Opera .clearfix bug when using contenteditable
This commit is contained in:
parent
857b8fb8be
commit
3761d50c5a
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue