diff --git a/website/src/components/expandable/styles.module.css b/website/src/components/expandable/styles.module.css index 8c37036ad86..fc6f258286b 100644 --- a/website/src/components/expandable/styles.module.css +++ b/website/src/components/expandable/styles.module.css @@ -141,3 +141,8 @@ .expandableContainer { margin-bottom: 5px; /* Adjust this value as needed to create space */ } + +.headerText { + display: flex; + align-items: center; +} \ No newline at end of file