Skip to content

Commit

Permalink
Hotfix 1310 (#258)
Browse files Browse the repository at this point in the history
* Fixed height and width

* Changeset
  • Loading branch information
bsl782 authored Jan 16, 2024
1 parent 0b7be95 commit 73a8b6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-timers-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ticketevolution/seatmaps-client": patch
---

Fixed height and width for empty seat map icon
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 73a8b6d

Please sign in to comment.