diff --git a/striker-ui/components/BriefNetworkInterface.tsx b/striker-ui/components/BriefNetworkInterface.tsx index 40845849..cd3050cc 100644 --- a/striker-ui/components/BriefNetworkInterface.tsx +++ b/striker-ui/components/BriefNetworkInterface.tsx @@ -40,7 +40,10 @@ const BriefNetworkInterface: FC< display: 'flex', flexDirection: 'row', - '& > :not(:first-child)': { marginLeft: '.5em' }, + '& > :not(:first-child)': { + alignSelf: 'center', + marginLeft: '.5em', + }, ...rootSx, },