mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
fix text clipping
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user