mirror of https://github.com/zulip/zulip.git
da4ac38e37
Previously, a code block with a small width would be displayed inline with the previous paragraph's text. To fix this, now every p inside an li element except the first is a block instead of an inline-block. However, this only applies to li elements for integration instructions. This makes sense intuitively because if there are multiple p's in a list element, not all of those should be inline-blocks. The first one should be because it needs to be inline with the list number. The rest should be treated (and displayed) as separate paragraphs. Another thing to keep in mind is that the way Markdown code blocks get converted to HTML is such that every code block becomes <p><code></code></p> when converted to HTML. |
||
---|---|---|
.. | ||
activity.css | ||
alerts.css | ||
app_components.css | ||
components.css | ||
compose.css | ||
drafts.css | ||
fonts.css | ||
hotspots.css | ||
informational-overlays.css | ||
input_pill.css | ||
landing-page.css | ||
left-sidebar.css | ||
lightbox.css | ||
media.css | ||
night_mode.css | ||
popovers.css | ||
portico-signin.css | ||
portico.css | ||
pygments.css | ||
reactions.css | ||
right-sidebar.css | ||
settings.css | ||
stats.css | ||
subscriptions.css | ||
typing_notifications.css | ||
zulip.css |