mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Fixes AI Program descriptions going outside their TGUI box (#29044)
* Fixed AI Program descriptions going outside their box * tgui bundle
This commit is contained in:
@@ -30,8 +30,8 @@ export const AIProgramPicker = (props, context) => {
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
<LabeledList>
|
||||
<Stack vertical>
|
||||
<Stack vertical>
|
||||
<LabeledList>
|
||||
<Stack.Item mb={2}>
|
||||
<LabeledList.Item label="Description">{program.description}</LabeledList.Item>
|
||||
</Stack.Item>
|
||||
@@ -51,8 +51,8 @@ export const AIProgramPicker = (props, context) => {
|
||||
</LabeledList.Item>
|
||||
</Stack.Item>
|
||||
</Stack>
|
||||
</Stack>
|
||||
</LabeledList>
|
||||
</LabeledList>
|
||||
</Stack>
|
||||
</Section>
|
||||
))}
|
||||
</Stack.Item>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user