Skip to content

Commit 3a3a158

Browse files
committed
Fix incorrect top padding
1 parent 5e155bb commit 3a3a158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media-placeholders/src/main/java/org/wordpress/aztec/placeholders/PlaceholderManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class PlaceholderManager(
363363
newHeight
364364
).apply {
365365
leftMargin = newLeftPadding
366-
topMargin = newLeftPadding
366+
topMargin = newTopPadding
367367
}
368368

369369
positionToIdMutex.withLock {

0 commit comments

Comments
 (0)