Browse Source

inline form is not working

i fixed that
pull/487/head
Jorge Castro 8 years ago committed by GitHub
parent
commit
cae84f634e
  1. 2
      production/form.html

2
production/form.html

@ -1292,7 +1292,7 @@
<h4>Inline Form </h4>
<p class="font-gray-dark">
Add .form-inline to your form (which doesn't have to be a <form>) for left-aligned and inline-block controls.
Add .form-inline to your form (which doesn't have to be a &lt;form&gt;) for left-aligned and inline-block controls.
</p>
<form class="form-inline">
<div class="form-group">

Loading…
Cancel
Save