diff --git a/core/scripts/testing/styles.css b/core/scripts/testing/styles.css
index 4f6e6ad944..8d4865777e 100644
--- a/core/scripts/testing/styles.css
+++ b/core/scripts/testing/styles.css
@@ -48,3 +48,23 @@ html.ios.ios {
--ion-font-family: -apple-system, BlinkMacSystemFont, "iosTestingFont", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "iosTestingFont", sans-serif;
}
+
+ion-content button,
+main button {
+ display: inline-block;
+ width: auto;
+ clear: both;
+ padding: 12px 8px;
+ font-size: 1em;
+ background: #008080;
+ border: 1px solid #005555;
+ color: #fff;
+ border-radius: 4px;
+ margin: 8px 0;
+}
+
+ion-content button.expand,
+main button.expand {
+ display: block;
+ width: 100%;
+}
diff --git a/core/src/components/action-sheet/test/a11y/index.html b/core/src/components/action-sheet/test/a11y/index.html
index ea78a68b4d..8bb0a4ad9d 100644
--- a/core/src/components/action-sheet/test/a11y/index.html
+++ b/core/src/components/action-sheet/test/a11y/index.html
@@ -19,14 +19,14 @@
Action Sheet - A11y
-