wp/wp-includes/blocks/post-title/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     1 .wp-block-post-title{
     1 .wp-block-post-title{
     2   box-sizing:border-box;
     2   box-sizing:border-box;
     3   word-break:break-word;
     3   word-break:break-word;
     4 }
     4 }
     5 .wp-block-post-title a{
     5 .wp-block-post-title :where(a){
     6   display:inline-block;
     6   display:inline-block;
       
     7   font-family:inherit;
       
     8   font-size:inherit;
       
     9   font-style:inherit;
       
    10   font-weight:inherit;
       
    11   letter-spacing:inherit;
       
    12   line-height:inherit;
       
    13   text-decoration:inherit;
     7 }
    14 }