diff --git a/docs-ui/src/content/select.mdx b/docs-ui/src/content/select.mdx
index 45aa9d1f26..757a79effe 100644
--- a/docs-ui/src/content/select.mdx
+++ b/docs-ui/src/content/select.mdx
@@ -104,7 +104,6 @@ You can disable specific options within the Select component using `disabledKeys
code={selectDisabledOptionsSnippet}
/>
-
### Searchable
Here's a view when the select has searchable filtering.
@@ -141,7 +140,6 @@ Here's a view when the select combines search and multiple selection.
code={selectSearchableMultipleSnippet}
/>
-
### Responsive
Here's a view when the select is responsive.
@@ -151,4 +149,3 @@ Here's a view when the select is responsive.
-