|
|
|
|
|
by tecosaur
2056 days ago
|
|
- I expect "Org mode is for keeping notes [...]" to take up about three lines. What's going wrong for you? - I agree :D this is actually something I've raised on the ML (see https://orgmode.org/list/87sga4914t.fsf@gmail.com/) - Good to know. This should be irrelevant soon with a change to the footer content in the near future that will make it just ASCII + images |
|
It takes 4 lines here, but the issue is with horizontal overflow: "planning" is in the end of the first line for me, and it's cut on the last "n" (with no horizontal scroll). Below that, "developed by many others." is cut on "h" in "others". That's in FF 68, where it's also aligned to the right side, while in FF 78 it is centered. All the other elements are centered in FF 68 too.
It moves to the left and becomes readable (i.e., all words are fully visible) when I remove font settings (org.css:32) and the --body-left ones, or if "display: flex" is disabled altogether, but not sure what's the exact issue. There's "overflow-x: hidden" in the CSS, which probably contributes to it.
Edit: apparently it's similar to the issue reported by john-aj here.