mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:00:39 -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");
|
z-index: z("modal", "tooltip");
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.mobile-view & {
|
.mobile-view & {
|
||||||
// tooltips are positioned 5px from the left
|
// tooltips are positioned 5px from the left
|
||||||
|
Loading…
Reference in New Issue
Block a user