Edit File by line
/home/zeestwma/richards.../wp-inclu.../blocks/html
File: editor.css
.block-library-html__edit .block-library-html__preview-overlay{
[0] Fix | Delete
height:100%;
[1] Fix | Delete
left:0;
[2] Fix | Delete
position:absolute;
[3] Fix | Delete
top:0;
[4] Fix | Delete
width:100%;
[5] Fix | Delete
}
[6] Fix | Delete
.block-library-html__edit .block-editor-plain-text{
[7] Fix | Delete
background:#fff !important;
[8] Fix | Delete
border:1px solid #1e1e1e !important;
[9] Fix | Delete
border-radius:2px !important;
[10] Fix | Delete
box-shadow:none !important;
[11] Fix | Delete
box-sizing:border-box;
[12] Fix | Delete
color:#1e1e1e !important;
[13] Fix | Delete
direction:ltr;
[14] Fix | Delete
font-family:Menlo,Consolas,monaco,monospace !important;
[15] Fix | Delete
font-size:16px !important;
[16] Fix | Delete
max-height:250px;
[17] Fix | Delete
padding:12px !important;
[18] Fix | Delete
}
[19] Fix | Delete
@media (min-width:600px){
[20] Fix | Delete
.block-library-html__edit .block-editor-plain-text{
[21] Fix | Delete
font-size:13px !important;
[22] Fix | Delete
}
[23] Fix | Delete
}
[24] Fix | Delete
.block-library-html__edit .block-editor-plain-text:focus{
[25] Fix | Delete
border-color:var(--wp-admin-theme-color) !important;
[26] Fix | Delete
box-shadow:0 0 0 1px var(--wp-admin-theme-color) !important;
[27] Fix | Delete
outline:2px solid #0000 !important;
[28] Fix | Delete
}
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function