Skip to content

Single buttons do not follow markup position #265

Description

@awidener3

Buttons that are within a <dd> seem to pop out of the flow similarly to this issue for checkboxes/radios: #253

It can probably be solved in the same way.

<dl>
  <div>
    <dt>...</dt>
    <dd>...</dd>
  </div>
  // this will be placed at the top after being processed
  <div>
    <dt>...</dt>
    <dd><button>Some button</button></dd>
  </div>
</dl>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions