Edit File by line
/home/zeestwma/richards.../wp-inclu.../blocks/comment-...
File: style.css
.wp-block-comment-template{
[0] Fix | Delete
box-sizing:border-box;
[1] Fix | Delete
list-style:none;
[2] Fix | Delete
margin-bottom:0;
[3] Fix | Delete
max-width:100%;
[4] Fix | Delete
padding:0;
[5] Fix | Delete
}
[6] Fix | Delete
.wp-block-comment-template li{
[7] Fix | Delete
clear:both;
[8] Fix | Delete
}
[9] Fix | Delete
.wp-block-comment-template ol{
[10] Fix | Delete
list-style:none;
[11] Fix | Delete
margin-bottom:0;
[12] Fix | Delete
max-width:100%;
[13] Fix | Delete
padding-left:2rem;
[14] Fix | Delete
}
[15] Fix | Delete
.wp-block-comment-template.alignleft{
[16] Fix | Delete
float:left;
[17] Fix | Delete
}
[18] Fix | Delete
.wp-block-comment-template.aligncenter{
[19] Fix | Delete
margin-left:auto;
[20] Fix | Delete
margin-right:auto;
[21] Fix | Delete
width:fit-content;
[22] Fix | Delete
}
[23] Fix | Delete
.wp-block-comment-template.alignright{
[24] Fix | Delete
float:right;
[25] Fix | Delete
}
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function