diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 18:59:13 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 18:59:13 +0200 |
| commit | 66a7acfd216439f4ace5e0598a5f8b2115461bf9 (patch) | |
| tree | 8d4fb0671745f7af9554b29523cb4c634d834122 /public | |
| parent | d9a018a75002bba009e60eaa87a5fb8276233c4e (diff) | |
Let pagination wrap
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 39badaa6..ba6a27f8 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -325,6 +325,7 @@ div.pagination { | |||
| 325 | padding-top: 5px; | 325 | padding-top: 5px; |
| 326 | padding-bottom: 15px; | 326 | padding-bottom: 15px; |
| 327 | display: flex; | 327 | display: flex; |
| 328 | flex-wrap: wrap; | ||
| 328 | align-items: center; | 329 | align-items: center; |
| 329 | gap: 0.35rem; | 330 | gap: 0.35rem; |
| 330 | } | 331 | } |
