mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-10 23:05:46 +03:00
Fixes #974 - add form-group.mdb-form-group so that padding is identical to floating label
This commit is contained in:
parent
716ec4ce1e
commit
e86dc4d2c9
|
@ -189,7 +189,9 @@ Because of this, you may need to manually address the width and alignment of ind
|
||||||
<label for="exampleInputEmail2" class="bmd-label-floating">Email</label>
|
<label for="exampleInputEmail2" class="bmd-label-floating">Email</label>
|
||||||
<input type="email" class="form-control" id="exampleInputEmail2">
|
<input type="email" class="form-control" id="exampleInputEmail2">
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary">Send invitation</button>
|
<span class="form-group bmd-form-group"> <!-- needed to match padding for floating labels -->
|
||||||
|
<button type="submit" class="btn btn-primary">Send invitation</button>
|
||||||
|
</span>
|
||||||
</form>
|
</form>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user