From 2514fc9ecfe834c35c19799e2ef75c2018196be9 Mon Sep 17 00:00:00 2001 From: koji Date: Wed, 1 May 2024 15:03:38 -0400 Subject: [PATCH] fix(remove unnecessary padding): remove unnecessary padding close RQA-2650 --- app/src/pages/ProtocolDetails/Parameters.tsx | 3 +-- app/src/pages/ProtocolDetails/index.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/pages/ProtocolDetails/Parameters.tsx b/app/src/pages/ProtocolDetails/Parameters.tsx index 0b280a2af3d..516d64c13cf 100644 --- a/app/src/pages/ProtocolDetails/Parameters.tsx +++ b/app/src/pages/ProtocolDetails/Parameters.tsx @@ -24,13 +24,12 @@ const Table = styled('table')` font-size: ${TYPOGRAPHY.fontSize22}; width: 100%; border-spacing: 0 ${SPACING.spacing8}; - margin: ${SPACING.spacing16} 0; text-align: ${TYPOGRAPHY.textAlignLeft}; ` const TableHeader = styled('th')` font-size: ${TYPOGRAPHY.fontSize20}; font-weight: ${TYPOGRAPHY.fontWeightSemiBold}; - padding: ${SPACING.spacing4}; + padding: 0 ${SPACING.spacing4} 0 ${SPACING.spacing4}; color: ${COLORS.grey60}; ` diff --git a/app/src/pages/ProtocolDetails/index.tsx b/app/src/pages/ProtocolDetails/index.tsx index 850fd0a8016..c05179d8ab9 100644 --- a/app/src/pages/ProtocolDetails/index.tsx +++ b/app/src/pages/ProtocolDetails/index.tsx @@ -291,7 +291,7 @@ const ProtocolSectionContent = ({ } return ( {protocolSection}