Skip to content

Commit

Permalink
chore(site): temporary fix for conflicts of the esl-select-list regre…
Browse files Browse the repository at this point in the history
…ssion pages
  • Loading branch information
ala-n committed Nov 24, 2023
1 parent 5ed2dbf commit db1e3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/views/examples/forms-select-list.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aside:
<div class="">
<div class="form-group p-1">
<label for="country_field" class="form-label">Please select your country:</label>
<esl-select-list class="form-control border p-1" select-all-label="Select All Countries">
<esl-select-list class="border p-1" select-all-label="Select All Countries">
<select esl-select-target
id="country_field"
name="country_field"
Expand Down Expand Up @@ -228,7 +228,7 @@ aside:

<div class="form-group p-1">
<label for="color_field_3" class="form-label">Color List</label>
<esl-select-list class="form-control border" select-all-label="Select All Colors">
<esl-select-list class="border" select-all-label="Select All Colors">
<select esl-select-target
multiple
id="color_field_3"
Expand Down

0 comments on commit db1e3ce

Please sign in to comment.