UX: fix footnote causing horizontal scroll on narrow screens (#29328)

This commit is contained in:
chapoi 2024-10-22 05:09:34 +02:00 committed by GitHub
parent 63ed1b5bd7
commit f8b0c33567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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