Align button to form inputs #1224
-
Hello, I mean something like this: Here is my Plunker. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Actually no there's no class to do this, but there's a little trick that'll do the thing: <div class="field">
<label> </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 |
Beta Was this translation helpful? Give feedback.
-
Yes, it is exactly what I did but I do not like it. Isn't it a dirty trick? |
Beta Was this translation helpful? Give feedback.
-
What about to find a better way? |
Beta Was this translation helpful? Give feedback.
-
Finally solved with this:
|
Beta Was this translation helpful? Give feedback.
-
Closing because solutions are given/found using standard FUI. @fomantic/admins If you think, we have to implement some extra class for that, then reopen the issue |
Beta Was this translation helpful? Give feedback.
Actually no there's no class to do this, but there's a little trick that'll do the thing:
You can add a label containing no text so the button will be aligned with inputs: https://next.plnkr.co/edit/Uv4nFvSXmUQwJJtf