From 56d80a9dd191bf1c44db9a977733159fa83681b0 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 31 Mar 2024 23:19:24 +0300 Subject: [PATCH] Update MachineTableRow component styles --- .../src/features/machines/components/MachineTableRow.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/features/machines/components/MachineTableRow.js b/frontend/src/features/machines/components/MachineTableRow.js index 055a8f9..b5c26db 100644 --- a/frontend/src/features/machines/components/MachineTableRow.js +++ b/frontend/src/features/machines/components/MachineTableRow.js @@ -14,7 +14,7 @@ const MachineTableRow = ({ machine, actions, logs, addLog }) => { *": { + "& .MuiTableCell-root": { borderBottom: "unset" } }} @@ -37,7 +37,11 @@ const MachineTableRow = ({ machine, actions, logs, addLog }) => { - +