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 @@
- Show Category
-
-
-
-
- | id |
- description |
- seconds |
- comments |
- created at |
- category id |
- category |
- instrument |
-
-
-
-
- | {{session.id}} |
- {{session.description}} |
- {{session.seconds}} |
- {{session.comments}} |
- {{session.created_at}} |
- {{session.category_id}} |
- {{session.category}} |
- {{session.instrument}} |
+
+ Show Category
+
+
+
+
+ | id |
+ description |
+ seconds |
+ comments |
+ created at |
+ category id |
+ category |
+ instrument |
-
-
+
+
+
+ | {{session.id}} |
+ {{session.description}} |
+ {{session.seconds}} |
+ {{session.comments}} |
+ {{session.created_at}} |
+ {{session.category_id}} |
+ {{session.category}} |
+ {{session.instrument}} |
+
+
+
+