diff --git a/src/pages/ValidatorManagement/ValidatorManagement.tsx b/src/pages/ValidatorManagement/ValidatorManagement.tsx index 699b8b17..6732858b 100644 --- a/src/pages/ValidatorManagement/ValidatorManagement.tsx +++ b/src/pages/ValidatorManagement/ValidatorManagement.tsx @@ -14,6 +14,12 @@ const ValidatorManagement = () => { const isDeviceCardColumn = width < 900 const isBasicCardColumn = width > 600 || width <= 475 + + const basicCardStyle = { + height: isBasicCardColumn ? 'calc(50% - 8px)' : '100%', + width: isBasicCardColumn ? '100%' : 'calc(50% - 8px)', + } + return (
@@ -30,15 +36,11 @@ const ValidatorManagement = () => {
- +