Skip to content

fix: add flex-wrap to admonition td.content

Add flex-wrap: wrap to the .doc .admonition td.content rule of docs.css to support multi-paragraph admonition content.

Content in a rendered admonition block tabqe "floats right" in the table cell. The div.paragraph elements do not clear each other. This results in a content that incorrectly aligns in the generated table cell. See issue for images.q

Fixes #209 (closed)

Edited by Timothy Stone

Merge request reports