Skip to content

Commit 766afa3

Browse files
committed
Effects rewrite: ensure placeholder element copies float property
1 parent d27d8ea commit 766afa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/effect.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,8 @@ $.extend( $.effects, {
11401140
marginTop: element.css( "marginTop" ),
11411141
marginBottom: element.css( "marginBottom" ),
11421142
marginLeft: element.css( "marginLeft" ),
1143-
marginRight: element.css( "marginRight" )
1143+
marginRight: element.css( "marginRight" ),
1144+
"float": element.css( "float" )
11441145
})
11451146
.outerWidth( element.outerWidth() )
11461147
.outerHeight( element.outerHeight() );

0 commit comments

Comments
 (0)