From 2ec790e8518dccd955cf362ff7d8fe09d017b11f Mon Sep 17 00:00:00 2001 From: Pierre Dommerc Date: Wed, 1 Mar 2023 15:16:40 +0100 Subject: [PATCH] fix(explorer): fix layout responsiveness in mixnode details view (#3130) --- .../src/components/MixNodes/DetailSection.tsx | 28 +++++++++++++------ 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/explorer/src/components/MixNodes/DetailSection.tsx b/explorer/src/components/MixNodes/DetailSection.tsx index dcf0f830b5..a07a6fb7d8 100644 --- a/explorer/src/components/MixNodes/DetailSection.tsx +++ b/explorer/src/components/MixNodes/DetailSection.tsx @@ -18,8 +18,8 @@ export const MixNodeDetailSection: FCWithChildren = ({ mixNo const statusText = React.useMemo(() => getMixNodeStatusText(mixNodeRow.status), [mixNodeRow.status]); return ( - - + + = ({ mixNo > - + {mixnodeDescription.name} {(mixnodeDescription.description || '').slice(0, 1000)}