wp/wp-includes/blocks/read-more/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     1 .wp-block-read-more{
     1 .wp-block-read-more{
     2   display:block;
     2   display:block;
     3   width:-moz-fit-content;
       
     4   width:fit-content;
     3   width:fit-content;
     5 }
     4 }
     6 .wp-block-read-more:where(:not([style*=text-decoration])){
     5 .wp-block-read-more:where(:not([style*=text-decoration])){
     7   text-decoration:none;
     6   text-decoration:none;
     8 }
     7 }