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(container): Prevent overflowing content #115

Closed
wants to merge 1 commit into from

Conversation

FlorianDr
Copy link
Contributor

@FlorianDr FlorianDr commented Aug 3, 2022

Description

[Include a summary of the changes and the related issue.]

[Also include relevant motivation and context.]

How has this been tested?

[How did you test to verify your changes?]

[How can reviewers test these changes efficiently?]

[Check for unexpected visual regressions, see CONTRIBUTING.md for details.]

Documentation changes

[Do the changes include any API documentation changes?]

  • Yes, this change contains documentation changes.
  • No.

Related Links

[Attach any related links/pull request for this change]

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* to prevent content exceeding the parent container if border-radius is not 0.
* Stacked containers mirror the parent behavior by having border-radius set to 0.
*/
.root.header,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is more specific than the .header and .content selectors above. stylelint enforce the order to be increasing specificity.

@codecov-commenter
Copy link

Codecov Report

Merging #115 (c6d158c) into main (39d3fc1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   92.38%   92.38%           
=======================================
  Files         535      535           
  Lines       15462    15462           
  Branches     4254     4254           
=======================================
  Hits        14284    14284           
  Misses       1095     1095           
  Partials       83       83           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@FlorianDr
Copy link
Contributor Author

Closing PR after the decision to not move forward with this feature.

@FlorianDr FlorianDr closed this Aug 29, 2022
@FlorianDr FlorianDr deleted the fix-container-overflow branch August 29, 2022 15:13
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