We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e7abc commit aa17127Copy full SHA for aa17127
1 file changed
app/views/site_settings/index.html.erb
@@ -23,7 +23,7 @@
23
<span class="badge is-tag">site</span>
24
<% end %>
25
<span class="badge is-tag"><%= setting.value_type %></span>
26
- <h4><%= setting.name %></h4>
+ <h4 class="nowrap"><%= setting.name %></h4>
27
<div class="form-caption"><%= setting.description %></div>
28
</td>
29
<% nowrap = setting.boolean? || setting.numeric? %>
0 commit comments