Skip to content

Commit

Permalink
fix: limit input height
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Apr 11, 2023
1 parent df4468d commit 66be3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GZCTF/ClientApp/src/pages/games/[id]/monitor/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ const Events: FC = () => {
fontWeight: 500,
fontSize: theme.fontSizes.md,
lineHeight: '1em',
height: '1em',
},
})}
/>
Expand Down

0 comments on commit 66be3ab

Please sign in to comment.