mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
fix text clipping
This commit is contained in:
parent
c8115f1386
commit
c79bd2a0fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue