Index: src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 53789)
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -1475,3 +1475,8 @@
 
 
 }
+
+html :where(.wp-block-buttons .wp-block)[data-align=left],
+html :where(.wp-block-buttons .wp-block)[data-align=right] {
+ 	height: auto;
+}
\ No newline at end of file
Index: src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 53789)
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -1475,3 +1475,8 @@
 
 
 }
+
+html :where(.wp-block-buttons .wp-block)[data-align=left],
+html :where(.wp-block-buttons .wp-block)[data-align=right] {
+ 	height: auto;
+}
\ No newline at end of file
