Skip to content

Commit

Permalink
0.9.2 (#200)
Browse files Browse the repository at this point in the history
Style adjustments to accommodate the extremely long mod version IDs used
by UEVR Nightly.
  • Loading branch information
Raicuparta authored Feb 6, 2024
2 parents a8e2c03 + 5178e67 commit e4c439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/installed-games/game-mod-row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function GameModRow(props: Props) {
<MutedText>{props.mod.remote.description}</MutedText>
)}
</Table.Td>
<Table.Td maw={150}>
<Table.Td maw={200}>
<CommandButton
fullWidth
color={buttonColor}
Expand Down

0 comments on commit e4c439f

Please sign in to comment.