Skip to content

Commit

Permalink
[Web] fix identity-provider settings layout
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it authored and DerLinkman committed Feb 8, 2024
1 parent 6d3a32c commit 43600cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/web/templates/admin/tab-config-identity-provider.twig
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</div>
{% endfor %}
{% if not iam_settings.mappers %}
<div class="offset-md-3 col-12 col-md-9 col-lg-4 d-flex mb-2">
<div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
<div class="row px-2">
<div class="col-5 p-0 pe-2">
<input type="text" class="form-control me-2" name="mappers" value="" required>
Expand All @@ -113,7 +113,7 @@
</select>
</div>
<div class="col-2 p-0 d-flex">
<button class="iam_keycloak_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-2"><i class="bi bi-x-lg"></i></button>
<button class="iam_keycloak_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
</div>
</div>
</div>
Expand Down Expand Up @@ -248,7 +248,7 @@
</div>
{% endfor %}
{% if not iam_settings.mappers %}
<div class="offset-md-3 col-12 col-md-9 col-lg-4 d-flex mb-2">
<div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
<div class="row px-2">
<div class="col-5 p-0 pe-2">
<input type="text" class="form-control me-2" name="mappers" value="" required>
Expand All @@ -263,7 +263,7 @@
</select>
</div>
<div class="col-2 p-0 d-flex">
<button class="iam_generic_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-2"><i class="bi bi-x-lg"></i></button>
<button class="iam_generic_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
</div>
</div>
</div>
Expand Down

0 comments on commit 43600cd

Please sign in to comment.