[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/comment-template/ -> style.css (source)

   1  .wp-block-comment-template {
   2    box-sizing: border-box;
   3    margin-bottom: 0;
   4    max-width: 100%;
   5    list-style: none;
   6    padding: 0;
   7  }
   8  .wp-block-comment-template li {
   9    clear: both;
  10  }
  11  .wp-block-comment-template ol {
  12    margin-bottom: 0;
  13    max-width: 100%;
  14    list-style: none;
  15    padding-left: 2rem;
  16  }
  17  .wp-block-comment-template.alignleft {
  18    float: left;
  19  }
  20  .wp-block-comment-template.aligncenter {
  21    margin-left: auto;
  22    margin-right: auto;
  23    width: fit-content;
  24  }
  25  .wp-block-comment-template.alignright {
  26    float: right;
  27  }


Generated : Wed May 6 08:20:15 2026 Cross-referenced by PHPXref