diff --git a/web/src/app/globals.css b/web/src/app/globals.css
index 1df336331..c4fb0e259 100644
--- a/web/src/app/globals.css
+++ b/web/src/app/globals.css
@@ -121,14 +121,6 @@
}
}
-.line-clamp-3 {
- display: -webkit-box;
- -webkit-line-clamp: 3;
- line-clamp: 3;
- -webkit-box-orient: vertical;
- overflow: hidden;
-}
-
.fade-out-bottom {
-webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
mask-image: linear-gradient(180deg, #000 60%, transparent);
diff --git a/web/src/components/filterlist-table/columns.tsx b/web/src/components/filterlist-table/columns.tsx
index 338401b54..f436794b3 100644
--- a/web/src/components/filterlist-table/columns.tsx
+++ b/web/src/components/filterlist-table/columns.tsx
@@ -37,7 +37,7 @@ export const columns = [