From f8b0c33567fcbe27763f4126064914b4878aa932 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 22 Oct 2024 05:09:34 +0200 Subject: [PATCH] UX: fix footnote causing horizontal scroll on narrow screens (#29328) --- plugins/footnote/assets/stylesheets/footnotes.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/footnote/assets/stylesheets/footnotes.scss b/plugins/footnote/assets/stylesheets/footnotes.scss index b3956b09c6e..57e98c403c1 100644 --- a/plugins/footnote/assets/stylesheets/footnotes.scss +++ b/plugins/footnote/assets/stylesheets/footnotes.scss @@ -48,6 +48,7 @@ z-index: z("modal", "tooltip"); max-width: 400px; overflow-wrap: break-word; + box-sizing: border-box; .mobile-view & { // tooltips are positioned 5px from the left