fix(striker-ui): center BriefNetworkInterface items

main
Tsu-ba-me 2 years ago
parent cf9ac75590
commit e03fdd5115
  1. 5
      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,
},

Loading…
Cancel
Save