Skip to content

Commit

Permalink
wider mod install button
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta committed Feb 6, 2024
1 parent f18d10e commit 5178e67
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 5178e67

Please sign in to comment.