From fb74e01700c9a6cf0f1b9ea8b95db010277a1b85 Mon Sep 17 00:00:00 2001 From: daishu0000 Date: Mon, 3 Nov 2025 20:51:32 +0800 Subject: [PATCH] Use consistent sizing for profile edit buttons --- app/views/users/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index c57e7a654..600033c5c 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -288,8 +288,8 @@
<%= @user.description.to_html %>
<% if owned %> -
- <%= link_to t(".edit_description"), profile_description_path, :class => "btn btn-outline-primary" %> +
+ <%= link_to t(".edit_description"), profile_description_path, :class => "btn btn-sm w-100 btn-outline-primary" %>
<% end %>
-- 2.39.5