Skip to content

Commit 0b887d2

Browse files
committed
feat: fix name
1 parent fdd7af4 commit 0b887d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/admin/automations/automations-list/automations-list.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const AutomationsList = () => {
5050
const columns = useMemo(
5151
() => [
5252
columnHelper.accessor("to", {
53-
header: "Name and description",
53+
header: "Name and descriptions",
5454
cell: ({ row }) => {
5555
const tooltip = `Device (DB) ID: \n ${row?.original?.id}`
5656
return (
@@ -71,7 +71,7 @@ export const AutomationsList = () => {
7171
<InformationCircleSolid />
7272
</Tooltip>
7373
</div>
74-
<div className="min-w-[180px] whitespace-normal text-xs">
74+
<div className="whitespace-normal text-xs max-w-[180px] min-w-[180px]">
7575
<span>{row?.original?.description}</span>
7676
</div>
7777
</div>

0 commit comments

Comments
 (0)