diff --git a/src/components/layout/TopTabsSection/index.module.css b/src/components/layout/TopTabsSection/index.module.css index 91ffa19..bf4094b 100644 --- a/src/components/layout/TopTabsSection/index.module.css +++ b/src/components/layout/TopTabsSection/index.module.css @@ -132,7 +132,7 @@ text-align: left; font-style: normal; text-transform: none; - width: 32.5rem; + /* width: 32.5rem; */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/src/components/layout/TopTabsSection/index.tsx b/src/components/layout/TopTabsSection/index.tsx index 9cc7223..b2c29f9 100644 --- a/src/components/layout/TopTabsSection/index.tsx +++ b/src/components/layout/TopTabsSection/index.tsx @@ -81,7 +81,6 @@ export default function TopTabsSection({ data, className }: { data: Data, classN }
-
{data.tabItems[activeIndex].contentTitle}
@@ -92,7 +91,6 @@ export default function TopTabsSection({ data, className }: { data: Data, classN

{/* {data.tabItems[activeIndex].contentText ?? data.tabItems[activeIndex].content} */}