Skip to content

Commit

Permalink
Fixing paragraphs in the pmpro message display
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Jan 10, 2025
1 parent f94ad63 commit 66451b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/frontend/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@
color: var(--pmpro--color--alert-link);
}

.pmpro_message p {
margin: 0 0 var(--pmpro--base--spacing--small);
padding: 0;
}

.pmpro_message p:last-of-type {
margin-bottom: 0;
}

/**
* Form Elements
*/
Expand Down

0 comments on commit 66451b1

Please sign in to comment.