Skip to content

fix: Safari overflowing issues#11385

Merged
PeerRich merged 1 commit into
mainfrom
fix/safari-line-height
Sep 15, 2023
Merged

fix: Safari overflowing issues#11385
PeerRich merged 1 commit into
mainfrom
fix/safari-line-height

Conversation

@sean-brydon
Copy link
Copy Markdown
Member

@sean-brydon sean-brydon commented Sep 15, 2023

Fixes: #11343

Reason for breaking - safari tried to display all child elements and since there was no space they all clipped (Drawback to using dangerouslySetInnerHTML they all just get placed there

Add hidden class to all children apart form the first child

Before:
CleanShot 2023-09-15 at 14 42 11

After:
CleanShot 2023-09-15 at 14 41 38

@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2023 1:53pm
api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2023 1:53pm
cal-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2023 1:53pm
dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2023 1:53pm
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2023 1:53pm
2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Sep 15, 2023 1:53pm
qa ⬜️ Ignored (Inspect) Sep 15, 2023 1:53pm

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 15, 2023

Thank you for following the naming conventions! 🙏

@github-actions
Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@deploysentinel
Copy link
Copy Markdown

deploysentinel Bot commented Sep 15, 2023

Current Playwright Test Results Summary

✅ 121 Passing - ⚠️ 3 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 09/15/2023 01:53:44pm UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: 37ae1c9

Started: 09/15/2023 01:51:42pm UTC

⚠️ Flakes

📄   apps/web/playwright/integrations-stripe.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Stripe integration When event is paid and confirmed Payment should confirm pending payment booking
Retry 1Initial Attempt
0% (0) 0 / 271 runs
failed over last 7 days
7.38% (20) 20 / 271 runs
flaked over last 7 days

📄   apps/web/playwright/availability.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Availablity tests Date Overrides
Retry 1Initial Attempt
1.75% (5) 5 / 286 runs
failed over last 7 days
1.40% (4) 4 / 286 runs
flaked over last 7 days

📄   packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Popup Tests should be able to reschedule
Retry 1Initial Attempt
1.77% (5) 5 / 282 runs
failed over last 7 days
96.81% (273) 273 / 282 runs
flaked over last 7 days

View Detailed Build Results


@PeerRich PeerRich merged commit c188a91 into main Sep 15, 2023
@PeerRich PeerRich deleted the fix/safari-line-height branch September 15, 2023 13:57
ashwintelmore pushed a commit to ashwintelmore/cal.com that referenced this pull request Sep 19, 2023
aar2dee2 pushed a commit to rkreddy99/cal.com that referenced this pull request Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core area: core, team members only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Line clamp on Profile not working on safari/iPhone

3 participants