diff --git a/apps/client/src/widgets/collections/table/index.css b/apps/client/src/widgets/collections/table/index.css index 604a384156..c8dcc87936 100644 --- a/apps/client/src/widgets/collections/table/index.css +++ b/apps/client/src/widgets/collections/table/index.css @@ -75,3 +75,9 @@ font-size: 1.5em; transform: translateY(-50%); } + +.tabulator .tabulator-editable { + textarea { + padding: 7px !important; + } +}