From 81fe7a15cf9e898906062403ca3dbc842356ee7c Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 14 Apr 2022 20:36:24 +0200 Subject: [PATCH] fix: add `flex-wrap` to `pagination` elements (#3822) They seem to be one of the only bs5 elements that do not by default wrap, which causes display issues on narrow screens when there are lots of page elements, e.g., on http://127.0.0.1:8000/doc/draft-ietf-ipwave-vehicular-networking/ Adding `flex-wrap` (per https://github.com/twbs/bootstrap/issues/23504) makes this better, but unfortunately doesn't fix it completely, because the layout still jumps when the window is narrowed by the used. It does fix the issue on first load and after a reload though. --- ietf/templates/doc/document_ballot_content.html | 2 +- ietf/templates/doc/revisions_list.html | 4 ++-- ietf/templates/nomcom/view_feedback_pending.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ietf/templates/doc/document_ballot_content.html b/ietf/templates/doc/document_ballot_content.html index 23c7c09e2..e2215c544 100644 --- a/ietf/templates/doc/document_ballot_content.html +++ b/ietf/templates/doc/document_ballot_content.html @@ -22,7 +22,7 @@
{% if all_ballots and all_ballots|length > 1 %} -