Small change to make the tools section of member details mobile friendly. (#15159)
This commit is contained in:
parent
68821176d5
commit
2b135ab8e3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<h3 class="crayons-subtitle-2">Tools</h3>
|
||||
|
||||
<div class="crayons-card__body grid grid-cols-2 grid-rows-3 gap-3">
|
||||
<div class="crayons-card__body grid grid-cols-1 l:grid-cols-2 grid-rows-3 gap-3">
|
||||
<%= link_to admin_user_tools_emails_path(@user), remote: true,
|
||||
data: { action: "ajax:success->user#replacePartial" },
|
||||
class: "crayons-card box js-action" do %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue