Skip to content

Extra line break in mixed block / inline container.

The example bellow should produce three text lines.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>

        @page{
            size:210pt 110pt;
            margin:5pt;
        }

        body{
            font-size:10pt;
        }
        .a {
            display:inline-block;
            background: lightyellow;
        }

    </style>
</head>
<body>
<div>one</div>
<span class="a">two</span>
<br />three
</body>
</html>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information