Edit File by line
/home/zeestwma/redstone.../wp-inclu.../blocks/button
File: editor-rtl.css
.wp-block[data-align=center]>.wp-block-button{
[0] Fix | Delete
margin-left:auto;
[1] Fix | Delete
margin-right:auto;
[2] Fix | Delete
text-align:center;
[3] Fix | Delete
}
[4] Fix | Delete
[5] Fix | Delete
.wp-block[data-align=right]>.wp-block-button{
[6] Fix | Delete
text-align:right;
[7] Fix | Delete
}
[8] Fix | Delete
[9] Fix | Delete
.wp-block-button{
[10] Fix | Delete
cursor:text;
[11] Fix | Delete
position:relative;
[12] Fix | Delete
}
[13] Fix | Delete
.wp-block-button:focus{
[14] Fix | Delete
box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
[15] Fix | Delete
outline:2px solid #0000;
[16] Fix | Delete
outline-offset:-2px;
[17] Fix | Delete
}
[18] Fix | Delete
.wp-block-button[data-rich-text-placeholder]:after{
[19] Fix | Delete
opacity:.8;
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
div[data-type="core/button"]{
[23] Fix | Delete
display:table;
[24] Fix | Delete
}
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function