Fix margin (#20946)

This commit is contained in:
Ben Halpern 2024-05-10 18:16:21 -04:00 committed by GitHub
parent f8df0e550c
commit b8dd675f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,7 @@
<% end %>
<div class="p-3 block m:hidden js-user-info-trigger-wrapper">
<button type="button" class="m-3 crayons-btn crayons-btn--outlined w-100 js-user-info-trigger"><%= t("views.users.more", user: @user.username) %></button>
<button type="button" class="my-3 crayons-btn crayons-btn--outlined w-100 js-user-info-trigger"><%= t("views.users.more", user: @user.username) %></button>
</div>
</header>