diff --git a/views/config.index.html b/views/config.index.html
index edc5895..52bb9c4 100644
--- a/views/config.index.html
+++ b/views/config.index.html
@@ -8,7 +8,7 @@
     
 {% for scope, items in configs %}
     <tr style="background-color: white;">
-        <th colspan=3 id="config.{{ scope }}">
+        <th colspan=2 id="config.{{ scope }}">
             <h2>
                 {{ scope }}
             </h2>
@@ -43,14 +43,13 @@
         {% else %}
             {{ value }}
         {% endif %}
-        </td>
         
-        <td class="hidden-xs hidden-sm">
+            <br/>
             
             <a class="btn btn-warning" role="button" href="/config/edit/{{ scope }}/{{ keyword }}">Edit</a>
             <a class="btn btn-danger" role="button" href="/config/ask-delete/{{ scope }}/{{ keyword }}">Delete</a>
-            
         </td>
+        
     </tr>
     {% endfor %}