2023-02-02 13:59:20 -05:00
|
|
|
.wp-block-comment-template{
|
|
|
|
list-style:none;
|
|
|
|
margin-bottom:0;
|
|
|
|
max-width:100%;
|
|
|
|
padding:0;
|
2022-04-12 11:12:47 -04:00
|
|
|
}
|
2023-02-02 13:59:20 -05:00
|
|
|
.wp-block-comment-template li{
|
|
|
|
clear:both;
|
2022-04-12 11:12:47 -04:00
|
|
|
}
|
2023-02-02 13:59:20 -05:00
|
|
|
.wp-block-comment-template ol{
|
|
|
|
list-style:none;
|
|
|
|
margin-bottom:0;
|
|
|
|
max-width:100%;
|
|
|
|
padding-left:2rem;
|
2022-09-20 11:43:29 -04:00
|
|
|
}
|
2023-02-02 13:59:20 -05:00
|
|
|
.wp-block-comment-template.alignleft{
|
|
|
|
float:left;
|
2022-09-20 11:43:29 -04:00
|
|
|
}
|
2023-02-02 13:59:20 -05:00
|
|
|
.wp-block-comment-template.aligncenter{
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
width:-moz-fit-content;
|
|
|
|
width:fit-content;
|
2022-09-20 11:43:29 -04:00
|
|
|
}
|
2023-02-02 13:59:20 -05:00
|
|
|
.wp-block-comment-template.alignright{
|
|
|
|
float:right;
|
2022-04-12 11:12:47 -04:00
|
|
|
}
|