Edit File by line
/home/zeestwma/richards.../wp-inclu.../blocks/spacer
File: editor.css
.block-editor-block-list__block[data-type="core/spacer"]:before{
[0] Fix | Delete
content:"";
[1] Fix | Delete
display:block;
[2] Fix | Delete
height:100%;
[3] Fix | Delete
min-height:8px;
[4] Fix | Delete
min-width:8px;
[5] Fix | Delete
position:absolute;
[6] Fix | Delete
width:100%;
[7] Fix | Delete
z-index:1;
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{
[11] Fix | Delete
background:#0000001a;
[12] Fix | Delete
}
[13] Fix | Delete
.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{
[14] Fix | Delete
background:#ffffff26;
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
.block-library-spacer__resize-container{
[18] Fix | Delete
clear:both;
[19] Fix | Delete
}
[20] Fix | Delete
.block-library-spacer__resize-container:not(.is-resizing){
[21] Fix | Delete
height:100% !important;
[22] Fix | Delete
width:100% !important;
[23] Fix | Delete
}
[24] Fix | Delete
.block-library-spacer__resize-container .components-resizable-box__handle:before{
[25] Fix | Delete
content:none;
[26] Fix | Delete
}
[27] Fix | Delete
.block-library-spacer__resize-container.resize-horizontal{
[28] Fix | Delete
height:100% !important;
[29] Fix | Delete
margin-bottom:0;
[30] Fix | Delete
}
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function