wpcom-style.css 199 B

1234
  1. /* NOTE: This is a wp.com-specific fix so that the comment form presented there (highlander) is NOT displayed as a GRID. */
  2. body.highlander-enabled .wp-block-post-comments form {
  3. display: revert;
  4. }