mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
UI: Increase width of each job in "Job" tab (#2017)
This commit is contained in:
@@ -32,5 +32,5 @@ export function JobRoot(): React.ReactElement {
|
||||
);
|
||||
}
|
||||
|
||||
return <Box sx={{ display: "grid", gridTemplateColumns: "repeat(auto-fit, 28em)" }}>{jobs}</Box>;
|
||||
return <Box sx={{ display: "grid", gridTemplateColumns: "repeat(auto-fit, 30em)" }}>{jobs}</Box>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user