From aa98b2bac9b172a96bed565498fd9291a4c2ba44 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Wed, 9 Aug 2023 16:14:50 +0300 Subject: [PATCH] Fixed border for actions in health status --- frontend/src/System/Status/Health/Health.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/System/Status/Health/Health.css b/frontend/src/System/Status/Health/Health.css index dc1a9676e..ceeefa0de 100644 --- a/frontend/src/System/Status/Health/Health.css +++ b/frontend/src/System/Status/Health/Health.css @@ -20,5 +20,7 @@ } .actions { + composes: cell from '~Components/Table/Cells/TableRowCell.css'; + min-width: 90px; }