Skip to content

Commit a51c541

Browse files
committed
don't wrap site settings type either
1 parent 27245a0 commit a51c541

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
@@ -22,7 +22,7 @@
2222
<% else %>
2323
<span class="badge is-tag">site</span>
2424
<% end %>
25-
<span class="badge is-tag"><%= setting.value_type %></span>
25+
<span class="badge is-tag nowrap"><%= setting.value_type %></span>
2626
<h4 class="nowrap"><%= setting.name %></h4>
2727
<div class="form-caption"><%= setting.description %></div>
2828
</td>

0 commit comments

Comments
 (0)