mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
UI: Wrap long text in Active Scripts UI (#1247)
This commit is contained in:
parent
aef362204d
commit
8289b23cff
@ -68,7 +68,7 @@ export function WorkerScriptAccordion(props: IProps): React.ReactElement {
|
||||
<ListItemButton onClick={() => setOpen((old) => !old)} component={Paper}>
|
||||
<ListItemText
|
||||
primary={
|
||||
<Typography>
|
||||
<Typography style={{ wordWrap: "break-word" }}>
|
||||
└ {props.workerScript.name} {JSON.stringify(props.workerScript.args)}
|
||||
</Typography>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user