From c79bd2a0fd059c0e6989b85fb70fec80d171c724 Mon Sep 17 00:00:00 2001 From: Echo Date: Sun, 8 Jun 2025 20:38:13 -0400 Subject: [PATCH] fix text clipping --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 781d67f..a8fdf74 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -25,8 +25,8 @@ <%= f.select :timezone, TZInfo::Timezone.all.map(&:identifier).sort, include_blank: @user.timezone.blank?, class: "form-select" %> - This affects how your activity graph and other time-based features are displayed. + This affects how your activity graph and other time-based features are displayed. <%= f.submit "Save Settings" %> <% end %>