From 6cb1d311f04d1f68f2d194524974b0f7bc0d31bd Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Wed, 04 Jun 2025 08:54:32 +0000
Subject: [PATCH] adding routerBase to all internal links
---
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