Skip to content

Commit

Permalink
Fix Genetics console DNA Render overflowing window (goonstation#18273)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmzeta authored Mar 24, 2024
1 parent 7b05b73 commit 3855430
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions browserassets/tgui/tgui.bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion browserassets/tgui/tgui.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/GeneTek/tabs/ScannerTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const ScannerTab = (props, context) => {
</LabeledList>
</Flex.Item>
{human && showPreview && (
<Flex.Item grow={0} shrink={0}>
<Flex.Item shrink={0}>
<ByondUi
params={{
id: preview,
Expand Down

0 comments on commit 3855430

Please sign in to comment.