Fix margin (#20946)
This commit is contained in:
parent
f8df0e550c
commit
b8dd675f87
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue