1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: Some forms on the new 'Form Elements' page don't lay out neatly … (#2444)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Koray Tuncer
2025-07-23 20:12:47 +03:00
committed by GitHub
parent 4b65380293
commit bd35fd39cf
3 changed files with 19 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
{% assign horizontal = include.horizontal | default: false %}
<form class="card">
<form class="card h-100">
<div class="card-header">
<h3 class="card-title">{{ include.title | default: 'Basic form' }}</h3>
</div>
@@ -64,6 +64,9 @@
</label>
</div>
</div>
</div>
<div class="card-footer">
<div class="text-end">
<button type="submit" class="btn btn-primary">Submit</button>
</div>