Skip to content

Commit

Permalink
fix: button shouldn't be full width (#25273)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Sep 30, 2024
1 parent 9c3c8fa commit dd416f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/queries/nodes/HogQLX/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function ViewRecordingModalButton({ sessionId }: { sessionId: string }): JSX.Ele
openSessionPlayer({ id: sessionId })
}
}}
className="inline-block"
>
View recording
</LemonButton>
Expand Down

0 comments on commit dd416f3

Please sign in to comment.