diff --git a/app/javascript/src/styles/specific/tags.scss b/app/javascript/src/styles/specific/tags.scss index a441e8a1a..d47e5f574 100644 --- a/app/javascript/src/styles/specific/tags.scss +++ b/app/javascript/src/styles/specific/tags.scss @@ -1,14 +1,8 @@ div#c-tags { div#a-index table.striped { td:nth-child(1), th:nth-child(1) { - width: 5em; text-align: right; } - - td:nth-child(2), th:nth-child(2) { - padding-left: 1em; - width: 40em; - } } } diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 8ab24c253..391166fc3 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -1,7 +1,7 @@