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:
Hlib
2025-04-24 16:17:57 +00:00
committed by GitHub
parent 56f46c9304
commit 1c31ec9f11
2 changed files with 5 additions and 5 deletions
@@ -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