diff --git a/templates/index.html b/templates/index.html index 903d0c9..b68c2d7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -151,11 +151,20 @@ font-size: 1.1rem; appearance: none; padding: 0; + max-width: 80%; + } + + .pagination_link { + display: flex; + white-space: nowrap; + overflow: hidden; } .button_text { padding: 8px 16px; text-decoration: none; + white-space: nowrap; + overflow: hidden; {%- if config.extra.base0d %} color: {{ config.extra.base0d }}; {% else %}