Skip to content

Remove/Replace p tags in <li> with <span> #1963

Discussion options

You must be logged in to vote

The p tags are creating additional spaces

It might be easier to solve this with CSS only?

li p {
  display: inline; /* so it behaves like a span */
  margin: 0;
}

Or, since you’re doing emails, as inline styles.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gowrusreevathsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants