From 8caa83849a6e58990beb9f43ec09b6b5e96630fd Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Wed, 04 Jun 2025 08:58:55 +0000
Subject: [PATCH] kurse.vue must use api

---
 vue/src/components/Pagination.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vue/src/components/Pagination.vue b/vue/src/components/Pagination.vue
index c473ae2..0460a09 100644
--- a/vue/src/components/Pagination.vue
+++ b/vue/src/components/Pagination.vue
@@ -77,7 +77,7 @@
    font-size 130%
    //width 1em
 .current
-   width 10em;
+   width 12em;
    text-align center;
 
 input

--
Gitblit v1.8.0