fix(테이블타입): 탭 너비 fix (#34)
Build & Deploy to K8s / build-and-deploy (push) Successful in 6m34s

flex-none override
This commit was merged in pull request #34.
This commit is contained in:
2026-05-22 10:16:41 +00:00
@@ -1669,7 +1669,7 @@ export default function TableManagementPage() {
<TabsTrigger
value="columns"
className={cn(
"flex items-center gap-2 rounded-t-md rounded-b-none border border-border bg-transparent -mb-px",
"flex flex-none items-center gap-2 rounded-t-md rounded-b-none border border-border bg-transparent -mb-px",
"px-3 py-1.5 text-sm font-medium text-muted-foreground transition-colors",
"hover:bg-muted/40 hover:text-foreground",
"data-[state=active]:bg-card data-[state=active]:text-primary data-[state=active]:font-semibold",
@@ -1683,7 +1683,7 @@ export default function TableManagementPage() {
<TabsTrigger
value="references"
className={cn(
"flex items-center gap-2 rounded-t-md rounded-b-none border border-border bg-transparent -mb-px",
"flex flex-none items-center gap-2 rounded-t-md rounded-b-none border border-border bg-transparent -mb-px",
"px-3 py-1.5 text-sm font-medium text-muted-foreground transition-colors",
"hover:bg-muted/40 hover:text-foreground",
"data-[state=active]:bg-card data-[state=active]:text-primary data-[state=active]:font-semibold",