Admonition title has incorrect margins when admonition appears inside a table #677
Replies: 1 comment
-
I've resolved this locally with beebd7e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I stumbled upon something I believe to be a bug. In
furo 2023.5.20
, when an admonition appears inside a table, the margins on the admonition title are inconsistent with how they appear elsewhere:From what I can tell, it looks like that the issue is that that the
margin
property for the admonition title gets overridden from the styling forp
elements inside tables:Unfortunately I don't have a live example to share -- I've only encountered the issue in my local environment when testing a newer version of Furo. Our production environment uses
furo 2020.12.9b21
and the issue doesn't happen there (see https://docs.kanzi.com/3.9.6/en/working-with/bindings/reference-for-bindings-expressions.html#multiplication for reference). The RST source for the example in the first screenshot looks like this:Let me know if I can provide any more information on this!
Beta Was this translation helpful? Give feedback.
All reactions