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 aa17127 commit 27245a0Copy full SHA for 27245a0
1 file changed
app/views/site_settings/index.html.erb
@@ -12,7 +12,7 @@
12
<% @settings.each do |category, settings| %>
13
<details>
14
<summary><%= category&.underscore&.humanize || 'Uncategorized' %></summary>
15
- <table class="table is-full-width">
+ <table class="table fixed is-full-width">
16
<tbody>
17
<% settings.each do |setting| %>
18
<tr>
0 commit comments