You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Staticman allows collecting HTML form data, whereas your great theme renders the HTML/Markdown code.
In my Staticman with reply demo site on GitLab, I've included an HTML tag which is not of type <p>, and the left alignment of <p> and other types of HTML tags don't match with each other.
This is caused by the CSS selector .staticman-comments .comment-content p in static/css/staticman.css. I've changed p to * @d2f6105. This gives the expected output.
The text was updated successfully, but these errors were encountered:
Staticman allows collecting HTML form data, whereas your great theme renders the HTML/Markdown code.
In my Staticman with reply demo site on GitLab, I've included an HTML tag which is not of type
<p>
, and the left alignment of<p>
and other types of HTML tags don't match with each other.This is caused by the CSS selector
.staticman-comments .comment-content p
instatic/css/staticman.css
. I've changedp
to*
@d2f6105. This gives the expected output.The text was updated successfully, but these errors were encountered: