Make WordPress Core

Ticket #61140: 61140.patch

File 61140.patch, 790 bytes (added by pranitdugad, 7 months ago)

After applying this patch , this issue is resolved

  • wp-includes/blocks/verse/style-rtl.css

     
    11pre.wp-block-verse{
    22  overflow:auto;
    33  white-space:pre-wrap;
    4 }
    5 
    6 :where(pre.wp-block-verse){
    74  font-family:inherit;
    85}
    9  No newline at end of file
  • wp-includes/blocks/verse/style.css

     
    11pre.wp-block-verse{
    22  overflow:auto;
    33  white-space:pre-wrap;
    4 }
    5 
    6 :where(pre.wp-block-verse){
    74  font-family:inherit;
    85}
    9  No newline at end of file