We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dNowrap
1 parent 94ad9d8 commit f809548Copy full SHA for f809548
1 file changed
packages/ui/src/components/table/TableTd.tsx
@@ -25,7 +25,7 @@ export function DTableTd(props: DTableTdProps): JSX.Element | null {
25
dFixed,
26
dAlign = 'left',
27
dEllipsis = false,
28
- dNowrap = true,
+ dNowrap = false,
29
30
...restProps
31
} = useComponentConfig(COMPONENT_NAME, props);
0 commit comments