Wrapping of the pagination prevented
authorMarcel Werk <burntime@woltlab.com>
Sat, 23 Apr 2022 13:19:35 +0000 (15:19 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 23 Apr 2022 13:19:35 +0000 (15:19 +0200)
wcfsetup/install/files/style/ui/pagination.scss

index ebe29b750a142d2c6580e705674fc71799a80429..3155e5d967813825d7baddc761e227af94c86545 100644 (file)
@@ -1,11 +1,13 @@
 .pagination {
+       overflow: auto;
+
        @include screen-xs {
                text-align: center;
        }
 
        > ul {
                display: inline-flex;
-               flex-wrap: wrap;
+               flex-wrap: nowrap;
 
                > li {
                        display: flex;