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}