Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to orient buttons in a column #72

Open
iamakulov opened this issue Jul 1, 2016 · 3 comments
Open

Document how to orient buttons in a column #72

iamakulov opened this issue Jul 1, 2016 · 3 comments
Labels
3.0 Roadmap for the next version Docs Help wanted

Comments

@iamakulov
Copy link
Collaborator

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.

@iamakulov iamakulov added the Docs label Jul 1, 2016
@vitkarpov
Copy link
Collaborator

Also, maybe it could be done using by adding likely-vertical class? It's more convenient to change the orientation in runtime (for instance, when the screen's becoming narrow)

@iamakulov
Copy link
Collaborator Author

Good point. Will discuss this with @ilyabirman.

@NikolayRys NikolayRys added the 3.0 Roadmap for the next version label May 24, 2020
@NikolayRys
Copy link
Owner

NikolayRys commented May 24, 2020

Gonna stick with <br/> so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 Roadmap for the next version Docs Help wanted
Projects
None yet
Development

No branches or pull requests

3 participants