Hello @kushnamdev
The problem is present with all plug-in disabled with health-check.
In the css i can fix with:
element.style {
display: flex;
}
<div class=”is-horizontal is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons” style=”display: flex;”><div class=”wp-block-button is-style-primary”>ENTRA IN DISCORD</div><div class=”wp-block-button is-style-secondary”>SCOPRI SPACELOOP</div></div>
because this element have a:
div { /*user agent style sheet*/
display: block;
}