diff --git a/package-lock.json b/package-lock.json index fe6eab6..680f7c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.3", + "@tailwindcss/line-clamp": "^0.4.4", "@types/node": "^16.18.0", "@types/react": "^18.3.26", "@types/react-dom": "^18.2.0", @@ -4565,6 +4566,15 @@ "url": "https://github.com/sponsors/gregberge" } }, + "node_modules/@tailwindcss/line-clamp": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@tailwindcss/line-clamp/-/line-clamp-0.4.4.tgz", + "integrity": "sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g==", + "license": "MIT", + "peerDependencies": { + "tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1" + } + }, "node_modules/@testing-library/dom": { "version": "10.4.1", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", diff --git a/package.json b/package.json index ef08845..f5bcd46 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.3", + "@tailwindcss/line-clamp": "^0.4.4", "@types/node": "^16.18.0", "@types/react": "^18.3.26", "@types/react-dom": "^18.2.0", diff --git a/src/components/NodeLibrary.tsx b/src/components/NodeLibrary.tsx index 4219a16..7adcc23 100644 --- a/src/components/NodeLibrary.tsx +++ b/src/components/NodeLibrary.tsx @@ -247,7 +247,7 @@ export const NodeLibrary: React.FC = () => {