Buttons Disappeared

Out of no where all my buttons assigned a specific class have disappeared. When inspecting the page I can see display:none has been added as inline CSS to each button element individually. I did not set display:none anywhere in the builder and even when I set this button class to display:flex, they’re still not showing up because the inline CSS has priority. Has this happened to anyone else? Any idea what’s happening?