Skip to content

Commit 3b7ca1a

Browse files
committed
Remove flex-wrap from tabList class in ExtensionPage
The 'flex-wrap' class was removed from the tabList classNames in the ExtensionPage component, likely to prevent tab items from wrapping onto multiple lines and to maintain a single-line tab layout.
1 parent 57f3c4d commit 3b7ca1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/napcat-webui-frontend/src/pages/dashboard/extension.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export default function ExtensionPage () {
123123
selectedKey={selectedTab}
124124
onSelectionChange={(key) => setSelectedTab(key as string)}
125125
classNames={{
126-
tabList: 'bg-white/40 dark:bg-black/20 backdrop-blur-md flex-wrap',
126+
tabList: 'bg-white/40 dark:bg-black/20 backdrop-blur-md',
127127
cursor: 'bg-white/80 dark:bg-white/10 backdrop-blur-md shadow-sm',
128128
panel: 'flex-1 min-h-0 p-0',
129129
}}

0 commit comments

Comments
 (0)