wpcom-style.css 243 B

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