Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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