diff --git a/src/views/desktop/categories/ListPage.vue b/src/views/desktop/categories/ListPage.vue
index feeb8943..b5e46012 100644
--- a/src/views/desktop/categories/ListPage.vue
+++ b/src/views/desktop/categories/ListPage.vue
@@ -122,7 +122,10 @@
- {{ element.name }}
+
+ {{ element.name }}
+
+
@@ -504,4 +507,9 @@ export default {
.transaction-category-table tr.transaction-category-table-row:hover .hover-display {
display: grid;
}
+
+.transaction-category-table .transaction-category-comment {
+ font-size: 0.8rem;
+ color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)) !important;
+}