Skip to content

Commit

Permalink
Increase max-width of table labels a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 19, 2024
1 parent d2d9587 commit ff852ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/APITable/APITable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function APITable(props: {
colSpan={colspan}
ta={isSpan ? 'center' : undefined}
autoFocus={false}
maw={isSpan ? undefined : 160}
maw={isSpan ? undefined : 180}
>
<Text size="sm">{isSpan ? value : element.label}</Text>
</Table.Td>
Expand Down

0 comments on commit ff852ca

Please sign in to comment.