Skip to content

Callout vertical alignment #5076

@cheneraie

Description

@cheneraie

I prefer caption text to be vertically aligned, especially when there's only one line of text.
But the paragraph style inherits from the global style, with a space below the text. This results in vertical misalignment with the caption area. Adding this code to the "Custom CSS" application produces the desired result.

.callout .paragraph-content {
margin-bottom: 0 !important;
}

Without custom CSS
bad-vertical-alignment

With custom CSS
good-vertical-alignment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions