Skip to content

Commit efe9a0c

Browse files
committed
add whitespace-nowrap class to tab elements in TopBar component
1 parent add5abd commit efe9a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/top-bar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export function TopBar({ version, links }: TopBarProps): JSX.Element {
152152
href={href}
153153
key={index}
154154
role="tab"
155-
className={`tab ${activeIndex === index ? "tab-active" : ""}`}
155+
className={`whitespace-nowrap tab ${activeIndex === index ? "tab-active" : ""}`}
156156
data-testid={`top-bar-to:${href}`}
157157
>
158158
<Locale {...{ localeKey }} />

0 commit comments

Comments
 (0)