Fix Chem Dispenser shrinking to an unusable state from too many reagents (#23365)

* Fix flex expansion

* Build and update tgui

* ci

---------

Co-authored-by: Arthri <41360489+a@users.noreply.github.com>
Co-authored-by: tgui <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Arthri
2023-12-06 15:35:29 +00:00
committed by GitHub
co-authored by Arthri tgui <41898282+github-actions[bot]@users.noreply.github.com>
parent 9bb6766de5
commit 8ebbe071f7
2 changed files with 3 additions and 3 deletions
@@ -81,7 +81,7 @@ const ChemDispenserChemicals = (properties, context) => {
return (
<Section
title={data.glass ? 'Drink Dispenser' : 'Chemical Dispenser'}
flexGrow="1"
flexShrink={0}
>
<Flex
direction="row"
@@ -135,7 +135,7 @@ const ChemDispenserBeaker = (properties, context) => {
return (
<Section
title={data.glass ? 'Glass' : 'Beaker'}
flex="content"
flexGrow={1}
minHeight="25%"
buttons={
<Box>
File diff suppressed because one or more lines are too long