Skip to content

Conversation

@kofi-clever
Copy link
Contributor

Jira: N/A

Overview:
Recent change added 100% width to the list item contents, which extends it past its parent bounds.

Issue wasn't visible in Dewey because there was a top-level box-sizing: border-box applied to all elements in Dewey. Took that out so that components build in Dewey don't make assumptions about the base styling clients are using.

Screenshots/GIFs:

Before:
screen shot 2018-03-01 at 9 06 15 am

After:
screen shot 2018-03-01 at 9 06 40 am

Testing:

  • [n/a] Unit tests
  • Manual tests:
    • Chrome
    • Safari
    • IE10

Roll Out:

  • Before merging:
    • Updated docs
    • Bumped version in package.json
      • Breaking change? Run npm version minor
      • Backward compatible change? Run npm version patch
      • Only changing documentation? All good. Skip this step.
  • After merging:
    • Deployed updated docs (make deploy-docs)

@kofi-clever kofi-clever requested a review from brollin March 1, 2018 17:09
Copy link
Contributor

@brollin brollin left a comment

Choose a reason for hiding this comment

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

LGTM!

Recent change added 100% width to the list item contents, which extends it past its parent bounds.

Issue wasn't visible in Dewey because there was a top-level `box-sizing: border-box` applied to all elements in Dewey. Took that out so that components build in Dewey don't make assumptions about the base styling clients are using.
@kofi-clever kofi-clever merged commit 9365fc2 into master Mar 19, 2018
@kofi-clever kofi-clever deleted the fix-list-items branch March 19, 2018 20:39
kofi-clever added a commit that referenced this pull request Mar 19, 2018
Recent change added 100% width to the list item contents, which extends it past its parent bounds.

Issue wasn't visible in Dewey because there was a top-level `box-sizing: border-box` applied to all elements in Dewey. Took that out so that components build in Dewey don't make assumptions about the base styling clients are using.
prime-time pushed a commit that referenced this pull request Mar 28, 2018
Recent change added 100% width to the list item contents, which extends it past its parent bounds.

Issue wasn't visible in Dewey because there was a top-level `box-sizing: border-box` applied to all elements in Dewey. Took that out so that components build in Dewey don't make assumptions about the base styling clients are using.
mcab pushed a commit that referenced this pull request Apr 23, 2021
Recent change added 100% width to the list item contents, which extends it past its parent bounds.

Issue wasn't visible in Dewey because there was a top-level `box-sizing: border-box` applied to all elements in Dewey. Took that out so that components build in Dewey don't make assumptions about the base styling clients are using.
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.

3 participants