Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Chrome details element doesn't correctly propagate box-sizing #22872

Closed
@andrewbelcher

Description

@andrewbelcher

There is abug in Chrome where inheritance of box-sizing does not happen correctly with thedetails element. This results in allinput (and every other element that iswidth: 100%) overflowing thedetails.

This is demonstrated bythis codepen.

The solution is to add:

details > * {  box-sizing: border-box;}

Would post a PR, but can't get grunt working locally and don't have time to fix it now.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp