fix(striker-ui): add horizontal scrolling to networks

main
Tsu-ba-me 2 years ago
parent 6cbff16d28
commit 152b177410
  1. 2
      striker-ui/pages/init/index.tsx

@ -421,6 +421,8 @@ const NetworkInterfaceList: FC = () => {
'& > *': { '& > *': {
marginBottom: '1em', marginBottom: '1em',
marginTop: '1em', marginTop: '1em',
minWidth: '10em',
width: '25%',
}, },
'& > :not(:first-child)': { '& > :not(:first-child)': {

Loading…
Cancel
Save