Skip to content

blockquote and dd render incorrectly with float #404

@campaul

Description

@campaul

The blockquote and dd tags render incorrectly when float is applied. I suspect this has something to do with the Html_tag_open_blockquote and Html_tag_open_dd functions but I haven't been able to fully isolate the issue yet.

The screenshots below are based on the following style:

blockquote {
  border-style: solid;
  border-color: black;
  width: 50px;
  height: 50px;
  float: left;
  background-color: #FC0;
  color: black;
  margin: 10px;
}

Expected Behavior

Image

Current Behavior

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglayoutLayouting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions