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

With custom CSS

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.
Without custom CSS

With custom CSS
