Improve rendering of pagination on mobile (#37)

This commit is contained in:
2024-04-27 15:00:23 +02:00
committed by GitHub
parent 6a9f37ca05
commit 35905bafdf
15 changed files with 65 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
from ram.utils import git_suffix
__version__ = "0.12.3"
__version__ = "0.12.4"
__version__ += git_suffix(__file__)