Skip to content

Inline border does not enclose inline-block #7681

@notriddle

Description

@notriddle
<!DOCTYPE html>
<html>
<head>
<style>
    .outer {border:solid 1px}
    .inner {display:inline-block}
</style>
</head>
<body>
    <span class="outer">
        <span class="inner">text</span>
        next
    </span>
</body>
</html>

screenshot from 2015-09-18 15-53-31

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