mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #3976 from benvinegar/master
Fix Opera .clearfix bug when using contenteditable
This commit is contained in:
commit
fb29075926
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue