Skip to content

Commit edab7a5

Browse files
feat: fix right align issue in block themes
1 parent 9ec5998 commit edab7a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/block-library/src/avatar/editor.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
margin: 0 auto;
88
}
99
}
10+
11+
.wp-block-avatar.alignright {
12+
.components-resizable-box__container {
13+
float: right;
14+
}
15+
}

0 commit comments

Comments
 (0)