We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I specify:
code-caption-margin-outside: 6pt code-caption-background-color: #EFEFEF
then the caption text moves down, and the background color moves up, like this:
Maybe it's intended. I don't know.
My expectation would be:
p.s. thanks for your awesome work
The text was updated successfully, but these errors were encountered:
resolves asciidoctor#2271 fix position of background color on caption…
d9a3c0e
… with outside margin
Yep, you're right. The margin is being added instead of subtracted, which puts it on the wrong side of the boundary.
Sorry, something went wrong.
37c2253
backport fix for #2271 fix position of background color on caption wi…
b1536e4
…th outside margin
Thank you, Tested it locally, and it works now as expected! Thank you for that quick fix!
Thank you for testing and verifying the fix!
I'm going to wait a few days to see if any other issues arise. If not, I'll push out a patch release that includes the fix.
mojavelinux
No branches or pull requests
When I specify:
then the caption text moves down, and the background color moves up, like this:
Maybe it's intended. I don't know.
My expectation would be:
p.s. thanks for your awesome work
The text was updated successfully, but these errors were encountered: