avoids button overflow on admin tags table

This commit is contained in:
decabeza
2017-09-12 21:36:24 +02:00
parent 7a2e5a4ecb
commit 7aa876f0a7
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ $admin-color: #cf3638;
}
}
th {
th, td {
text-align: left;
&.text-center {

View File

@@ -19,7 +19,7 @@
<table>
<% @tags.each do |tag| %>
<tr>
<td>
<td class="with-button">
<%= form_for(tag,
url: admin_tag_path(tag),
as: :tag,