Skip to content

Commit 27245a0

Browse files
committed
site settings tables should have fixed layout
1 parent aa17127 commit 27245a0

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
@@ -12,7 +12,7 @@
1212
<% @settings.each do |category, settings| %>
1313
<details>
1414
<summary><%= category&.underscore&.humanize || 'Uncategorized' %></summary>
15-
<table class="table is-full-width">
15+
<table class="table fixed is-full-width">
1616
<tbody>
1717
<% settings.each do |setting| %>
1818
<tr>

0 commit comments

Comments
 (0)