fix text clipping

This commit is contained in:
Echo 2025-06-08 20:38:13 -04:00
parent c8115f1386
commit c79bd2a0fd
No known key found for this signature in database

View file

@ -25,8 +25,8 @@
<%= f.select :timezone,
TZInfo::Timezone.all.map(&:identifier).sort,
include_blank: @user.timezone.blank?, class: "form-select" %>
<small>This affects how your activity graph and other time-based features are displayed.</small>
</div>
<small>This affects how your activity graph and other time-based features are displayed.</small>
<%= f.submit "Save Settings" %>
<% end %>
</section>