mirror of
https://github.com/boostorg/boostlook.git
synced 2026-02-27 17:02:11 +00:00
fix: inline stem/latexmath SVGs to flow with surrounding text
This commit is contained in:
@@ -1153,6 +1153,18 @@ body :not(pre):not([class^="L"]) > code {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Inline math (stem/latexmath) — override reset's svg { display: block } */
|
||||
.boostlook .steminline {
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.boostlook .steminline svg {
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
/* Paragraph Styling */
|
||||
.boostlook p {
|
||||
padding-top: initial !important;
|
||||
|
||||
Reference in New Issue
Block a user