1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 08:25:32 +04:00

form elements, search icon fix

This commit is contained in:
Dawid Harat
2019-12-08 18:38:04 +01:00
parent 51c8f60768
commit e21c95017b
+4 -3
View File
@@ -197,10 +197,11 @@ title: Form Elements
<input type="text" class="form-control" placeholder="Search for&hellip;">
</div>
<span class="col-auto">
<button class="btn btn-secondary" type="button">{% include_cached ui/icon.html icon="search" %}</button>
</span>
<button class="btn btn-secondary btn-icon" type="button" style="height:100%">{% include_cached ui/icon.html icon="search" %}</button>
</span>
</div>
</div>
</div>{% endexample %}
{% endexample %}
### Custom Input examples
{% example %}