diff --git a/public/app.css b/public/app.css index a30b632..6dafa03 100644 --- a/public/app.css +++ b/public/app.css @@ -5,3 +5,6 @@ td,th { th { background:lightgrey; } +h2 { + display:inline; +} diff --git a/src/components/show_category.vue b/src/components/show_category.vue index 0e873ba..d4f64d4 100644 --- a/src/components/show_category.vue +++ b/src/components/show_category.vue @@ -23,40 +23,42 @@