diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index a2897e6f9..6ac728e2c 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -54,7 +54,7 @@ $admin-color: #cf3638; } } - th { + th, td { text-align: left; &.text-center { diff --git a/app/views/admin/tags/index.html.erb b/app/views/admin/tags/index.html.erb index 715479420..f22321f38 100644 --- a/app/views/admin/tags/index.html.erb +++ b/app/views/admin/tags/index.html.erb @@ -19,7 +19,7 @@
| + | <%= form_for(tag, url: admin_tag_path(tag), as: :tag, |