We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080bc0c commit 77291daCopy full SHA for 77291da
1 file changed
client/src/components/table/columns/DeliverableColumns.tsx
@@ -107,9 +107,9 @@ export function DeliverableColumns({
107
cell: highlightCell,
108
filterFn: "arrIncludesSome",
109
meta: {
110
- headerClassName: "w-[100px]",
111
- headerContentClassName: "whitespace-nowrap",
112
- cellClassName: "w-[100px] whitespace-nowrap",
+ headerClassName: "w-min-[100px] w-max-[200px]",
+ headerContentClassName: "whitespace-normal break-words leading-snug",
+ cellClassName: "w-min-[100px] w-max-[200px] whitespace-normal break-words leading-snug",
113
filterConfig: {
114
filterType: "select",
115
options: isDemonstrationDetail
0 commit comments