Skip to content

Commit

Permalink
Merge pull request #184 from appwrite/multi-input-demo
Browse files Browse the repository at this point in the history
minor change in HTML Demo (class only)
  • Loading branch information
TorstenDittmann authored Apr 23, 2024
2 parents 77e11cc + 64f34d0 commit a52d3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/kitchensink/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h6 class="heading-level-7">User Preferences</h6>
</li>
</ul>
<div class="u-flex">
<button class="button is-text" type="button">
<button class="button is-text u-padding-inline-start-0" type="button">
<span class="icon-plus" aria-hidden="true"></span>
<span class="text">Add Preferences</span>
</button>
Expand Down Expand Up @@ -405,7 +405,7 @@ <h6 class="heading-level-7">User Preferences</h6>
</li>
</ul>
<div class="u-flex">
<button class="button is-text" type="button">
<button class="button is-text u-padding-inline-start-0" type="button">
<span class="icon-plus" aria-hidden="true"></span>
<span class="text">Add Preferences</span>
</button>
Expand Down

0 comments on commit a52d3cd

Please sign in to comment.