Overlap of return annotation with [source]
#350
-
What's happening?When using My html_theme_options = {
# 'style_external_links': True, # Use after https://github.com/pradyunsg/furo/discussions/348
'navigation_with_keys': True,
'dark_css_variables': {'admonition-title-font-size': '0.95rem',
'admonition-font-size': '0.92rem'},
'light_css_variables': {'admonition-title-font-size': '0.95rem',
'admonition-font-size': '0.92rem'}
}
Furo version: 2022.1.2 Reproducer
Another place where it happens with the type annotation of the method:
ExpectationFuro should recognize that there will be an overlap and put it in the next line, like it did below: Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
IISc with |
Beta Was this translation helpful? Give feedback.
-
There's nothing actionable here for me until then. I won't be able to change things unless I'm able to reproduce this. |
Beta Was this translation helpful? Give feedback.
-
Hello @pradyunsg, On the same subject, if the last line overlaps with the I tried to come up with a CSS-only fix, but it never worked because the permalink tag comes after the The solution I have currently consists in
Do you think it would be possible to add the "swap" in Furo ? |
Beta Was this translation helpful? Give feedback.
-
I investigated this today, and managed to reproduce this. c718f86 makes this work correctly and should be doing what we want here. :) |
Beta Was this translation helpful? Give feedback.
I investigated this today, and managed to reproduce this. c718f86 makes this work correctly and should be doing what we want here. :)