From 152b177410b72b974e94c30d981bdf58a4bdfa96 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Mon, 18 Jul 2022 16:27:49 -0400 Subject: [PATCH] fix(striker-ui): add horizontal scrolling to networks --- striker-ui/pages/init/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/striker-ui/pages/init/index.tsx b/striker-ui/pages/init/index.tsx index 0c2234d0..8a6cdda9 100644 --- a/striker-ui/pages/init/index.tsx +++ b/striker-ui/pages/init/index.tsx @@ -421,6 +421,8 @@ const NetworkInterfaceList: FC = () => { '& > *': { marginBottom: '1em', marginTop: '1em', + minWidth: '10em', + width: '25%', }, '& > :not(:first-child)': {