Skip to content

Commit aa17127

Browse files
committed
site setting names should never wrap
1 parent f0e7abc commit aa17127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/site_settings/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<span class="badge is-tag">site</span>
2424
<% end %>
2525
<span class="badge is-tag"><%= setting.value_type %></span>
26-
<h4><%= setting.name %></h4>
26+
<h4 class="nowrap"><%= setting.name %></h4>
2727
<div class="form-caption"><%= setting.description %></div>
2828
</td>
2929
<% nowrap = setting.boolean? || setting.numeric? %>

0 commit comments

Comments
 (0)