Skip to content

Commit

Permalink
Make some inputs smaller on macro page
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelsin committed Oct 8, 2024
1 parent b27b460 commit 263c9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/Pages/InputMacroAddonPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const MacroInputComponent = (props) => {

return (
<Row className="align-content-start align-items-center row-gap-2 pb-2">
<Col xs="auto">
<Col xs="auto" style={{ width: 180 }}>
<InputGroup size="sm">
<Form.Control
className="text-center"
Expand Down Expand Up @@ -212,7 +212,7 @@ const MacroInputComponent = (props) => {
buttonMasks={BUTTON_MASKS_OPTIONS}
/>
</Col>
<Col xs="auto">
<Col xs="auto" style={{ width: 290 }}>
<InputGroup size="sm">
<InputGroup.Text>
{t('InputMacroAddon:input-macro-release-and-wait-label')}
Expand Down

0 comments on commit 263c9f6

Please sign in to comment.