From 061104128f80371441d0483c14773642c3ec0b02 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 06 Jun 2025 08:59:07 +0000
Subject: [PATCH] fixed redirects
---
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