Edit File by line
/home/zeestwma/redstone.../wp-inclu.../blocks/table
File: editor.css
.wp-block[data-align=center]>.wp-block-table,.wp-block[data-align=left]>.wp-block-table,.wp-block[data-align=right]>.wp-block-table{
[0] Fix | Delete
height:auto;
[1] Fix | Delete
}
[2] Fix | Delete
.wp-block[data-align=center]>.wp-block-table table,.wp-block[data-align=left]>.wp-block-table table,.wp-block[data-align=right]>.wp-block-table table{
[3] Fix | Delete
width:auto;
[4] Fix | Delete
}
[5] Fix | Delete
.wp-block[data-align=center]>.wp-block-table td,.wp-block[data-align=center]>.wp-block-table th,.wp-block[data-align=left]>.wp-block-table td,.wp-block[data-align=left]>.wp-block-table th,.wp-block[data-align=right]>.wp-block-table td,.wp-block[data-align=right]>.wp-block-table th{
[6] Fix | Delete
word-break:break-word;
[7] Fix | Delete
}
[8] Fix | Delete
.wp-block[data-align=center]>.wp-block-table{
[9] Fix | Delete
text-align:initial;
[10] Fix | Delete
}
[11] Fix | Delete
.wp-block[data-align=center]>.wp-block-table table{
[12] Fix | Delete
margin:0 auto;
[13] Fix | Delete
}
[14] Fix | Delete
.wp-block-table td,.wp-block-table th{
[15] Fix | Delete
border:1px solid;
[16] Fix | Delete
padding:.5em;
[17] Fix | Delete
}
[18] Fix | Delete
.wp-block-table td.is-selected,.wp-block-table th.is-selected{
[19] Fix | Delete
border-color:var(--wp-admin-theme-color);
[20] Fix | Delete
border-style:double;
[21] Fix | Delete
box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color);
[22] Fix | Delete
}
[23] Fix | Delete
.wp-block-table table.has-individual-borders td,.wp-block-table table.has-individual-borders th,.wp-block-table table.has-individual-borders tr,.wp-block-table table.has-individual-borders>*{
[24] Fix | Delete
border:1px solid;
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
.blocks-table__placeholder-form.blocks-table__placeholder-form{
[28] Fix | Delete
align-items:flex-start;
[29] Fix | Delete
display:flex;
[30] Fix | Delete
flex-direction:column;
[31] Fix | Delete
gap:8px;
[32] Fix | Delete
}
[33] Fix | Delete
@media (min-width:782px){
[34] Fix | Delete
.blocks-table__placeholder-form.blocks-table__placeholder-form{
[35] Fix | Delete
align-items:flex-end;
[36] Fix | Delete
flex-direction:row;
[37] Fix | Delete
}
[38] Fix | Delete
}
[39] Fix | Delete
[40] Fix | Delete
.blocks-table__placeholder-input{
[41] Fix | Delete
width:112px;
[42] Fix | Delete
}
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function