Skip to content

Commit

Permalink
Fixed height and width
Browse files Browse the repository at this point in the history
  • Loading branch information
bsl782 committed Jan 16, 2024
1 parent 0b7be95 commit 785c687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seatmaps-client/src/TicketMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ export class TicketMap extends Component<Props & DefaultProps, State> {
return (
<div
style={{
height: "100vh",
width: "100vw",
height: "100%",
width: "100%",
display: "flex",
flexWrap: "wrap",
fontFamily: "Nunito Sans",
Expand Down

0 comments on commit 785c687

Please sign in to comment.