You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
520 B

1 year ago
  1. .wp-block-comment-template{
  2. box-sizing:border-box;
  3. list-style:none;
  4. margin-bottom:0;
  5. max-width:100%;
  6. padding:0;
  7. }
  8. .wp-block-comment-template li{
  9. clear:both;
  10. }
  11. .wp-block-comment-template ol{
  12. list-style:none;
  13. margin-bottom:0;
  14. max-width:100%;
  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:-moz-fit-content;
  24. width:fit-content;
  25. }
  26. .wp-block-comment-template.alignright{
  27. float:right;
  28. }