Skip to content

Align button to form inputs #1224

Discussion options

You must be logged in to vote

Actually no there's no class to do this, but there's a little trick that'll do the thing:

<div class="field">
  <label>&nbsp;</label>
  <div class="ui submit button">Submit</div>
</div>

You can add a label containing no text so the button will be aligned with inputs: https://next.plnkr.co/edit/Uv4nFvSXmUQwJJtf

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1224 on October 07, 2020 21:05.