Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sheet overlay): break-word for header #1652

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arjunlalb
Copy link
Contributor

Description

If the header text is too long, the sheet overlay component header becomes messed up. Fixing it by breaking the header text for really long text.

Testing

Screenshot 2022-06-03 at 10 48 37 AM

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@arjunlalb arjunlalb requested a review from a team as a code owner June 3, 2022 05:18
@codecov
Copy link

codecov bot commented Jun 3, 2022

Codecov Report

Merging #1652 (0fefafa) into main (c4cf5fa) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1652   +/-   ##
=======================================
  Coverage   83.71%   83.71%           
=======================================
  Files         885      885           
  Lines       19090    19090           
  Branches     2629     2629           
=======================================
  Hits        15982    15982           
  Misses       2973     2973           
  Partials      135      135           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4cf5fa...0fefafa. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Jun 3, 2022

Unit Test Results

       4 files  ±0     296 suites  ±0   20m 35s ⏱️ - 3m 19s
1 054 tests ±0  1 054 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
1 062 runs  ±0  1 062 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0fefafa. ± Comparison against base commit c4cf5fa.

@@ -19,12 +19,12 @@ $box-shadow: -3px 0px 24px rgba(0, 0, 0, 0.12), -1px 0px 8px rgba(0, 0, 0, 0.08)
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap-reverse;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we removing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants