Skip to content

Commit

Permalink
fix(web-analytics): Fix notice on small devices (#20338)
Browse files Browse the repository at this point in the history
* Fix notice on small devices

* Update UI snapshots for `webkit` (2)

* Update UI snapshots for `webkit` (2)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
robbie-c and github-actions[bot] authored Feb 14, 2024
1 parent 4914341 commit 535e5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/scenes/web-analytics/WebAnalyticsNotice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export const WebAnalyticsNotice = (): JSX.Element => {
return (
<LemonBanner type="info" className="my-4">
<div className="flex items-center flex-wrap gap-2 justify-between">
<span className="flex-1">
<div className="flex-1 min-w-full sm:min-w-0">
PostHog Web Analytics is in opt-in Beta. Thanks for taking part! We'd love to hear what you think.
</span>
</div>
{showSupportOptions ? (
<span className="flex items-center gap-2">
<LemonButton
Expand Down

0 comments on commit 535e5e6

Please sign in to comment.