Skip to content

Document how to orient buttons in a column #72

Description

@iamakulov

We received a letter asking how to make the buttons oriented in a column instead of a row. This can be done by placing <br />s between the buttons:

<div class="likely">
    <div class="facebook">Share</div><br />
    <div class="twitter">Tweet</div><br />
</div>

This should be documented in README.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions