diff --git a/.storybook/test-runner.js b/.storybook/test-runner.js
index a64857c2a..a883233d7 100644
--- a/.storybook/test-runner.js
+++ b/.storybook/test-runner.js
@@ -23,9 +23,9 @@ module.exports = {
axeOptions: {
rules: {
// TODO: enable this rule again once all color contrast issues are fixed
- "color-contrast": {
- enabled: false
- }
+ 'color-contrast': {
+ enabled: false,
+ },
},
},
detailedReport: true,
diff --git a/scss/bitstyles/atoms/dropdown/dropdown.stories.js b/scss/bitstyles/atoms/dropdown/dropdown.stories.js
index 82a63d641..60543cb13 100644
--- a/scss/bitstyles/atoms/dropdown/dropdown.stories.js
+++ b/scss/bitstyles/atoms/dropdown/dropdown.stories.js
@@ -62,7 +62,7 @@ const menu = `
colorVariant: ['transparent'],
shapeVariant: ['menu'],
children: 'Settings',
- element: 'a',
+ classname: ['u-width-full'],
}).outerHTML
}
@@ -72,7 +72,7 @@ const menu = `
colorVariant: ['transparent'],
shapeVariant: ['menu'],
children: 'Help',
- element: 'a',
+ classname: ['u-width-full'],
}).outerHTML
}
@@ -82,7 +82,7 @@ const menu = `
colorVariant: ['transparent'],
shapeVariant: ['menu'],
children: 'Privacy',
- element: 'a',
+ classname: ['u-width-full'],
}).outerHTML
}
@@ -92,7 +92,7 @@ const menu = `
colorVariant: ['transparent'],
shapeVariant: ['menu'],
children: 'Sign out',
- element: 'a',
+ classname: ['u-width-full'],
}).outerHTML
}
diff --git a/scss/bitstyles/base/forms/forms.stories.mdx b/scss/bitstyles/base/forms/forms.stories.mdx
index 455a6696e..2e939c522 100644
--- a/scss/bitstyles/base/forms/forms.stories.mdx
+++ b/scss/bitstyles/base/forms/forms.stories.mdx
@@ -143,7 +143,7 @@ This includes all standard `type="text"` inputs, plus all the text-based inputs
{`
-
@@ -113,7 +113,7 @@ As in this next example, the change indicators could be replaced by static icono
{`
-
+
@@ -123,8 +123,8 @@ As in this next example, the change indicators could be replaced by static icono
-
In storage
-
104
+
In storage
+
104
@@ -136,8 +136,8 @@ As in this next example, the change indicators could be replaced by static icono
-
In transit
-
32
+
In transit
+
32
@@ -150,11 +150,11 @@ As in this next example, the change indicators could be replaced by static icono
-
Submitted
-
379
+
Submitted
+
379
-
+
`}
diff --git a/scss/bitstyles/ui/tabs.stories.mdx b/scss/bitstyles/ui/tabs.stories.mdx
index ae69b5094..c36b1cf63 100644
--- a/scss/bitstyles/ui/tabs.stories.mdx
+++ b/scss/bitstyles/ui/tabs.stories.mdx
@@ -51,23 +51,17 @@ Also note the differences in attributes of selected/deselected tabs (`aria-selec
{`
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/scss/bitstyles/utilities/overflow/overflow.stories.mdx b/scss/bitstyles/utilities/overflow/overflow.stories.mdx
index a4ada6493..5beacbcc5 100644
--- a/scss/bitstyles/utilities/overflow/overflow.stories.mdx
+++ b/scss/bitstyles/utilities/overflow/overflow.stories.mdx
@@ -13,6 +13,7 @@ By default `hidden`, `auto`, and `scroll` values are available, at all direction
{`