avoids button overflow on admin tags table
This commit is contained in:
@@ -54,7 +54,7 @@ $admin-color: #cf3638;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th, td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
&.text-center {
|
&.text-center {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<% @tags.each do |tag| %>
|
<% @tags.each do |tag| %>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td class="with-button">
|
||||||
<%= form_for(tag,
|
<%= form_for(tag,
|
||||||
url: admin_tag_path(tag),
|
url: admin_tag_path(tag),
|
||||||
as: :tag,
|
as: :tag,
|
||||||
|
|||||||
Reference in New Issue
Block a user