mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
UX: fix footnote causing horizontal scroll on narrow screens (#29328)
This commit is contained in:
parent
63ed1b5bd7
commit
f8b0c33567
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user