Browse Source

Add margin-bottom on search-input

pull/15585/head^2
Mahmut Gundogdu 3 years ago
parent
commit
66ea25d722
  1. 2
      npm/ng-packs/packages/identity/src/lib/components/users/users.component.html
  2. 2
      npm/ng-packs/packages/tenant-management/src/lib/components/tenants/tenants.component.html

2
npm/ng-packs/packages/identity/src/lib/components/users/users.component.html

@ -10,7 +10,7 @@
</div>
</div>
<div class="card-body">
<div id="data-tables-table-filter" class="data-tables-filter">
<div id="data-tables-table-filter" class="data-tables-filter mb-3">
<div class="input-group">
<input
type="search"

2
npm/ng-packs/packages/tenant-management/src/lib/components/tenants/tenants.component.html

@ -11,7 +11,7 @@
</div>
<div class="card-body">
<div id="data-tables-table-filter" class="data-tables-filter">
<div id="data-tables-table-filter" class="data-tables-filter mb-3">
<div class="input-group">
<input
type="search"

Loading…
Cancel
Save